Html Css Color HEX #09CA6E Jade

📋 copy color: '#09CA6E'

red 9 ◦ green 202 ◦ blue 110

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

Shades of Jade #09CA6E

Tints of Jade #09CA6E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.93%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 2.8%
G = 62.93%
B = 34.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#09CA6E (or 0x09CA6E) is known color: Jade. HEX triplet: 09, CA and 6E. RGB value is (9,202,110). Sum of RGB (Red+Green+Blue) = 9+202+110=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 202 (79.30% from 255 or 62.93% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09CA6E is #F63591. Grayscale: #858585. Windows color (decimal): -16135570 or 7260681. OLE color: 7260681.

HSL color Cylindrical-coordinate representation of color #09CA6E: hue angle of 151.4º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA6E is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 202 110 -
CMYK 0.96 0 0.46 0.21
HSL 151.4º 0.91% 0.41% -
HSV(B) 151.4º 0.96% 0.79% -
XYZ 24.05 43.42 21.87 -
YUV 133.81 114.56 38.98 -
System Red Green Blue C M Y K H S L
Decimal 9 202 110 0.96 0 0.46 0.21 151.4 0.91 0.41
Hex 9 CA 6E 60 0 2E 15 97 5B 29
Octal 11 312 156 140 0 56 25 227 133 51
Binary 1001 11001010 1101110 1100000 0 101110 10101 10010111 1011011 101001

Color Harmonies of #09CA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA6E

Black with #09CA6E

Text Example


Text Example

White with #09CA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,202,110); }

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

background-color css

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

 a { background-color: rgb(9,202,110); }

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

border-color css

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

 span { border-color: rgb(9,202,110); }

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