Html Css Color HEX #9BCC46 Atlantis

📋 copy color: '#9BCC46'

red 155 ◦ green 204 ◦ blue 70

#9BCC46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9BCC46

Tints of Atlantis #9BCC46

RGB

 RED value IS 155 (60.94% from 255) = 36.13%

 GREEN value IS 204 (80.08% from 255) = 47.55%

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 36.13%
G = 47.55%
B = 16.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9BCC46 (or 0x9BCC46) is known color: Atlantis. HEX triplet: 9B, CC and 46. RGB value is (155,204,70). Sum of RGB (Red+Green+Blue) = 155+204+70=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 204 (80.08% from 255 or 47.55% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCC46 is #6433B9. Grayscale: #AEAEAE. Windows color (decimal): -6566842 or 4639899. OLE color: 4639899.

HSL color Cylindrical-coordinate representation of color #9BCC46: hue angle of 81.94º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BCC46 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 155 204 70 -
CMYK 0.24 0 0.66 0.2
HSL 81.94º 0.57% 0.54% -
HSV(B) 81.94º 0.66% 0.8% -
XYZ 36.22 50.6 13.65 -
YUV 174.07 69.27 114.4 -
System Red Green Blue C M Y K H S L
Decimal 155 204 70 0.24 0 0.66 0.2 81.94 0.57 0.54
Hex 9B CC 46 18 0 42 14 52 39 36
Octal 233 314 106 30 0 102 24 122 71 66
Binary 10011011 11001100 1000110 11000 0 1000010 10100 1010010 111001 110110

Color Harmonies of #9BCC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCC46

Black with #9BCC46

Text Example


Text Example

White with #9BCC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BCC46; }

 p { color: rgb(155,204,70); }

 H1.HeaderClassName
 {
   color: #9BCC46;
 }
 .AnyTagClassName
 {
   color: #9BCC46;
 }
</style>

background-color css

<style>
 a { background-color: #9BCC46; }

 a { background-color: rgb(155,204,70); }

 div.DivClassName
 {
   background-color: #9BCC46;
 }
 .BgClassName
 {
   background-color: #9BCC46;
 }
</style>

border-color css

<style>
 span { border-color: #9BCC46; }

 span { border-color: rgb(155,204,70); }

 td.TdClassName
 {
   border-color: #9BCC46;
 }
 .TagClassName
 {
   border-color: #9BCC46;
 }
</style>