Html Css Color HEX #0CAF75 Jade

📋 copy color: '#0CAF75'

red 12 ◦ green 175 ◦ blue 117

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

Shades of Jade #0CAF75

Tints of Jade #0CAF75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 3.95%
G = 57.57%
B = 38.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#0CAF75 (or 0x0CAF75) is known color: Jade. HEX triplet: 0C, AF and 75. RGB value is (12,175,117). Sum of RGB (Red+Green+Blue) = 12+175+117=304 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.95% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF75 is #F3508A. Grayscale: #777777. Windows color (decimal): -15945867 or 7712524. OLE color: 7712524.

HSL color Cylindrical-coordinate representation of color #0CAF75: hue angle of 158.65º 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 #0CAF75 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 175 117 -
CMYK 0.93 0 0.33 0.31
HSL 158.65º 0.87% 0.37% -
HSV(B) 158.65º 0.93% 0.69% -
XYZ 18.69 32.02 22.03 -
YUV 119.65 126.5 51.22 -
System Red Green Blue C M Y K H S L
Decimal 12 175 117 0.93 0 0.33 0.31 158.65 0.87 0.37
Hex C AF 75 5D 0 21 1F 9F 57 25
Octal 14 257 165 135 0 41 37 237 127 45
Binary 1100 10101111 1110101 1011101 0 100001 11111 10011111 1010111 100101

Color Harmonies of #0CAF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF75

Black with #0CAF75

Text Example


Text Example

White with #0CAF75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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