Html Css Color HEX #0CAF5E Pigment Green

📋 copy color: '#0CAF5E'

red 12 ◦ green 175 ◦ blue 94

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

Shades of Pigment Green #0CAF5E

Tints of Pigment Green #0CAF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 4.27%
G = 62.28%
B = 33.45%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#0CAF5E (or 0x0CAF5E) is known color: Pigment Green. HEX triplet: 0C, AF and 5E. RGB value is (12,175,94). Sum of RGB (Red+Green+Blue) = 12+175+94=281 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.27% from 281); Green value is 175 (68.75% from 255 or 62.28% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAF5E is #F350A1. Grayscale: #757575. Windows color (decimal): -15945890 or 6205196. OLE color: 6205196.

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

Color convert

RGB 12 175 94 -
CMYK 0.93 0 0.46 0.31
HSL 150.18º 0.87% 0.37% -
HSV(B) 150.18º 0.93% 0.69% -
XYZ 17.5 31.55 15.76 -
YUV 117.03 115 53.09 -
System Red Green Blue C M Y K H S L
Decimal 12 175 94 0.93 0 0.46 0.31 150.18 0.87 0.37
Hex C AF 5E 5D 0 2E 1F 96 57 25
Octal 14 257 136 135 0 56 37 226 127 45
Binary 1100 10101111 1011110 1011101 0 101110 11111 10010110 1010111 100101

Color Harmonies of #0CAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAF5E

Black with #0CAF5E

Text Example


Text Example

White with #0CAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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