Html Css Color HEX #C9F2AA Reef

📋 copy color: '#C9F2AA'

red 201 ◦ green 242 ◦ blue 170

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

Shades of Reef #C9F2AA

Tints of Reef #C9F2AA

RGB

 RED value IS 201 (78.91% from 255) = 32.79%

 GREEN value IS 242 (94.92% from 255) = 39.48%

 BLUE value IS 170 (66.8% from 255) = 27.73%

R = 32.79%
G = 39.48%
B = 27.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#C9F2AA (or 0xC9F2AA) is known color: Reef. HEX triplet: C9, F2 and AA. RGB value is (201,242,170). Sum of RGB (Red+Green+Blue) = 201+242+170=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 242 (94.92% from 255 or 39.48% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F2AA is #360D55. Grayscale: #DDDDDD. Windows color (decimal): -3542358 or 11203273. OLE color: 11203273.

HSL color Cylindrical-coordinate representation of color #C9F2AA: hue angle of 94.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9F2AA is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 242 170 -
CMYK 0.17 0 0.30 0.05
HSL 94.17º 0.73% 0.81% -
HSV(B) 94.17º 0.3% 0.95% -
XYZ 63.1 78.82 49.92 -
YUV 221.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 201 242 170 0.17 0 0.30 0.05 94.17 0.73 0.81
Hex C9 F2 AA 11 0 1E 5 5E 49 51
Octal 311 362 252 21 0 36 5 136 111 121
Binary 11001001 11110010 10101010 10001 0 11110 101 1011110 1001001 1010001

Color Harmonies of #C9F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F2AA

Black with #C9F2AA

Text Example


Text Example

White with #C9F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F2AA; }

 p { color: rgb(201,242,170); }

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

background-color css

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

 a { background-color: rgb(201,242,170); }

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

border-color css

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

 span { border-color: rgb(201,242,170); }

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