Html Css Color HEX #0CA84D Pigment Green

📋 copy color: '#0CA84D'

red 12 ◦ green 168 ◦ blue 77

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

Shades of Pigment Green #0CA84D

Tints of Pigment Green #0CA84D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 65.37%

 BLUE value IS 77 (30.47% from 255) = 29.96%

R = 4.67%
G = 65.37%
B = 29.96%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#0CA84D (or 0x0CA84D) is known color: Pigment Green. HEX triplet: 0C, A8 and 4D. RGB value is (12,168,77). Sum of RGB (Red+Green+Blue) = 12+168+77=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 168 (66.02% from 255 or 65.37% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA84D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CA84D is #F357B2. Grayscale: #6F6F6F. Windows color (decimal): -15947699 or 5089292. OLE color: 5089292.

HSL color Cylindrical-coordinate representation of color #0CA84D: hue angle of 145º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA84D is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 168 77 -
CMYK 0.93 0 0.54 0.34
HSL 145º 0.87% 0.35% -
HSV(B) 145º 0.93% 0.66% -
XYZ 15.49 28.62 11.73 -
YUV 110.98 108.82 57.4 -
System Red Green Blue C M Y K H S L
Decimal 12 168 77 0.93 0 0.54 0.34 145 0.87 0.35
Hex C A8 4D 5D 0 36 22 91 57 23
Octal 14 250 115 135 0 66 42 221 127 43
Binary 1100 10101000 1001101 1011101 0 110110 100010 10010001 1010111 100011

Color Harmonies of #0CA84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA84D

Black with #0CA84D

Text Example


Text Example

White with #0CA84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,168,77); }

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

background-color css

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

 a { background-color: rgb(12,168,77); }

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

border-color css

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

 span { border-color: rgb(12,168,77); }

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