Html Css Color HEX #0CA551 Pigment Green

📋 copy color: '#0CA551'

red 12 ◦ green 165 ◦ blue 81

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

Shades of Pigment Green #0CA551

Tints of Pigment Green #0CA551

RGB

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

 GREEN value IS 165 (64.84% from 255) = 63.95%

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 4.65%
G = 63.95%
B = 31.4%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#0CA551 (or 0x0CA551) is known color: Pigment Green. HEX triplet: 0C, A5 and 51. RGB value is (12,165,81). Sum of RGB (Red+Green+Blue) = 12+165+81=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA551 is #F35AAE. Grayscale: #6D6D6D. Windows color (decimal): -15948463 or 5350668. OLE color: 5350668.

HSL color Cylindrical-coordinate representation of color #0CA551: hue angle of 147.06º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA551 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 12 165 81 -
CMYK 0.93 0 0.51 0.35
HSL 147.06º 0.86% 0.35% -
HSV(B) 147.06º 0.93% 0.65% -
XYZ 15.09 27.58 12.31 -
YUV 109.68 111.81 58.33 -
System Red Green Blue C M Y K H S L
Decimal 12 165 81 0.93 0 0.51 0.35 147.06 0.86 0.35
Hex C A5 51 5D 0 33 23 93 56 23
Octal 14 245 121 135 0 63 43 223 126 43
Binary 1100 10100101 1010001 1011101 0 110011 100011 10010011 1010110 100011

Color Harmonies of #0CA551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA551

Black with #0CA551

Text Example


Text Example

White with #0CA551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,165,81); }

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

background-color css

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

 a { background-color: rgb(12,165,81); }

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

border-color css

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

 span { border-color: rgb(12,165,81); }

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