#C9F094

Color #C9F094 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C9F094

Tints of Reef #C9F094

Color information

#C9F094 (or 0xC9F094) is unknown color: approx Reef. HEX triplet: C9, F0 and 94. RGB value is (201,240,148). Sum of RGB (Red+Green+Blue) = 201+240+148=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F094 is #360F6B. Grayscale: #DADADA. Windows color (decimal): -3542892 or 9760969. OLE color: 9760969.

HSL color Cylindrical-coordinate representation of color #C9F094: hue angle of 85.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C9F094 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB201240148-
CMYK0.1600.380.06
HSL85.43º75.41%76.08%-
HSV(B)85.43º38.33%94.12%-
XYZ60.5976.8839.66-
YUV217.8588.58115.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.13%
GREEN value IS 240 (94.14% from 255) = 40.75%
BLUE value IS 148 (58.20% from 255) = 25.13%
R=34.13%
G=40.75%
B=25.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012401480.1600.380.0685.4375.4176.08
HexC9F094100266554b4c
Octal311360224200466125113114
Binary110010011111000010010100100000100110110101010110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F094; }

 p { color: rgb(201,240,148); }

 H1.HeaderClassName
 {
   color: #C9F094;
 }
 .AnyTagClassName
 {
   color: #C9F094;
 }
</style>
background-color css

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

 a { background-color: rgb(201,240,148); }

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

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

 span { border-color: rgb(201,240,148); }

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