Html Css Color HEX #C9FFA0 Reef

📋 copy color: '#C9FFA0'

red 201 ◦ green 255 ◦ blue 160

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

Shades of Reef #C9FFA0

Tints of Reef #C9FFA0

RGB

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

 GREEN value IS 255 (100% from 255) = 41.4%

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

R = 32.63%
G = 41.4%
B = 25.97%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#C9FFA0 (or 0xC9FFA0) is known color: Reef. HEX triplet: C9, FF and A0. RGB value is (201,255,160). Sum of RGB (Red+Green+Blue) = 201+255+160=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9FFA0 is #36005F. Grayscale: #E4E4E4. Windows color (decimal): -3539040 or 10551241. OLE color: 10551241.

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

Color convert

RGB 201 255 160 -
CMYK 0.21 0 0.37 0
HSL 94.11º 1% 0.81% -
HSV(B) 94.11º 0.37% 1% -
XYZ 66.19 86.48 46.46 -
YUV 228.02 89.61 108.72 -
System Red Green Blue C M Y K H S L
Decimal 201 255 160 0.21 0 0.37 0 94.11 1 0.81
Hex C9 FF A0 15 0 25 0 5E 64 51
Octal 311 377 240 25 0 45 0 136 144 121
Binary 11001001 11111111 10100000 10101 0 100101 0 1011110 1100100 1010001

Color Harmonies of #C9FFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FFA0

Black with #C9FFA0

Text Example


Text Example

White with #C9FFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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