Html Css Color HEX #0CAF68 Jade

📋 copy color: '#0CAF68'

red 12 ◦ green 175 ◦ blue 104

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

Shades of Jade #0CAF68

Tints of Jade #0CAF68

RGB

 RED value IS 12 (5.08% from 255) = 4.12%

 GREEN value IS 175 (68.75% from 255) = 60.14%

 BLUE value IS 104 (41.02% from 255) = 35.74%

R = 4.12%
G = 60.14%
B = 35.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#0CAF68 (or 0x0CAF68) is known color: Jade. HEX triplet: 0C, AF and 68. RGB value is (12,175,104). Sum of RGB (Red+Green+Blue) = 12+175+104=291 (38% of max value = 765). Red value is 12 (5.08% from 255 or 4.12% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF68 is #F35097. Grayscale: #767676. Windows color (decimal): -15945880 or 6860556. OLE color: 6860556.

HSL color Cylindrical-coordinate representation of color #0CAF68: hue angle of 153.87º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF68 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 175 104 -
CMYK 0.93 0 0.41 0.31
HSL 153.87º 0.87% 0.37% -
HSV(B) 153.87º 0.93% 0.69% -
XYZ 17.98 31.74 18.28 -
YUV 118.17 120 52.27 -
System Red Green Blue C M Y K H S L
Decimal 12 175 104 0.93 0 0.41 0.31 153.87 0.87 0.37
Hex C AF 68 5D 0 29 1F 9A 57 25
Octal 14 257 150 135 0 51 37 232 127 45
Binary 1100 10101111 1101000 1011101 0 101001 11111 10011010 1010111 100101

Color Harmonies of #0CAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF68

Black with #0CAF68

Text Example


Text Example

White with #0CAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CAF68; }

 p { color: rgb(12,175,104); }

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

background-color css

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

 a { background-color: rgb(12,175,104); }

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

border-color css

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

 span { border-color: rgb(12,175,104); }

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