Html Css Color HEX #C9FEA0 Reef

📋 copy color: '#C9FEA0'

red 201 ◦ green 254 ◦ blue 160

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

Shades of Reef #C9FEA0

Tints of Reef #C9FEA0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.3%

 BLUE value IS 160 (62.89% from 255) = 26.02%

R = 32.68%
G = 41.3%
B = 26.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#C9FEA0 (or 0xC9FEA0) is known color: Reef. HEX triplet: C9, FE and A0. RGB value is (201,254,160). Sum of RGB (Red+Green+Blue) = 201+254+160=615 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.68% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FEA0 is #36015F. Grayscale: #E3E3E3. Windows color (decimal): -3539296 or 10550985. OLE color: 10550985.

HSL color Cylindrical-coordinate representation of color #C9FEA0: hue angle of 93.83º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9FEA0 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 254 160 -
CMYK 0.21 0 0.37 0.00
HSL 93.83º 0.98% 0.81% -
HSV(B) 93.83º 0.37% 1% -
XYZ 65.87 85.84 46.35 -
YUV 227.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 201 254 160 0.21 0 0.37 0.00 93.83 0.98 0.81
Hex C9 FE A0 15 0 25 0 5E 62 51
Octal 311 376 240 25 0 45 0 136 142 121
Binary 11001001 11111110 10100000 10101 0 100101 0 1011110 1100010 1010001

Color Harmonies of #C9FEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FEA0

Black with #C9FEA0

Text Example


Text Example

White with #C9FEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FEA0; }

 p { color: rgb(201,254,160); }

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

background-color css

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

 a { background-color: rgb(201,254,160); }

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

border-color css

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

 span { border-color: rgb(201,254,160); }

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