Html Css Color HEX #09CF96 Caribbean Green

📋 copy color: '#09CF96'

red 9 ◦ green 207 ◦ blue 150

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

Shades of Caribbean Green #09CF96

Tints of Caribbean Green #09CF96

RGB

 RED value IS 9 (3.91% from 255) = 2.46%

 GREEN value IS 207 (81.25% from 255) = 56.56%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 2.46%
G = 56.56%
B = 40.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#09CF96 (or 0x09CF96) is known color: Caribbean Green. HEX triplet: 09, CF and 96. RGB value is (9,207,150). Sum of RGB (Red+Green+Blue) = 9+207+150=366 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.46% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #09CF96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CF96 is #F63069. Grayscale: #8D8D8D. Windows color (decimal): -16134250 or 9883401. OLE color: 9883401.

HSL color Cylindrical-coordinate representation of color #09CF96: hue angle of 162.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CF96 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 207 150 -
CMYK 0.96 0 0.28 0.19
HSL 162.73º 0.92% 0.42% -
HSV(B) 162.73º 0.96% 0.81% -
XYZ 27.93 46.89 36.43 -
YUV 141.3 132.9 33.63 -
System Red Green Blue C M Y K H S L
Decimal 9 207 150 0.96 0 0.28 0.19 162.73 0.92 0.42
Hex 9 CF 96 60 0 1C 13 A3 5C 2A
Octal 11 317 226 140 0 34 23 243 134 52
Binary 1001 11001111 10010110 1100000 0 11100 10011 10100011 1011100 101010

Color Harmonies of #09CF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CF96

Black with #09CF96

Text Example


Text Example

White with #09CF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CF96; }

 p { color: rgb(9,207,150); }

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

background-color css

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

 a { background-color: rgb(9,207,150); }

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

border-color css

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

 span { border-color: rgb(9,207,150); }

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