Html Css Color HEX #9BCA4A Atlantis

📋 copy color: '#9BCA4A'

red 155 ◦ green 202 ◦ blue 74

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

Shades of Atlantis #9BCA4A

Tints of Atlantis #9BCA4A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 74 (29.3% from 255) = 17.17%

R = 35.96%
G = 46.87%
B = 17.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#9BCA4A (or 0x9BCA4A) is known color: Atlantis. HEX triplet: 9B, CA and 4A. RGB value is (155,202,74). Sum of RGB (Red+Green+Blue) = 155+202+74=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCA4A is #6435B5. Grayscale: #ADADAD. Windows color (decimal): -6567350 or 4901531. OLE color: 4901531.

HSL color Cylindrical-coordinate representation of color #9BCA4A: hue angle of 82.03º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BCA4A is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 202 74 -
CMYK 0.23 0 0.63 0.21
HSL 82.03º 0.55% 0.54% -
HSV(B) 82.03º 0.63% 0.79% -
XYZ 35.87 49.7 14.18 -
YUV 173.36 71.93 114.91 -
System Red Green Blue C M Y K H S L
Decimal 155 202 74 0.23 0 0.63 0.21 82.03 0.55 0.54
Hex 9B CA 4A 17 0 3F 15 52 37 36
Octal 233 312 112 27 0 77 25 122 67 66
Binary 10011011 11001010 1001010 10111 0 111111 10101 1010010 110111 110110

Color Harmonies of #9BCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA4A

Black with #9BCA4A

Text Example


Text Example

White with #9BCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,74); }

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

background-color css

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

 a { background-color: rgb(155,202,74); }

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

border-color css

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

 span { border-color: rgb(155,202,74); }

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