Html Css Color HEX #0CAE4D Pigment Green

📋 copy color: '#0CAE4D'

red 12 ◦ green 174 ◦ blue 77

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

Shades of Pigment Green #0CAE4D

Tints of Pigment Green #0CAE4D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 66.16%

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

R = 4.56%
G = 66.16%
B = 29.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#0CAE4D (or 0x0CAE4D) is known color: Pigment Green. HEX triplet: 0C, AE and 4D. RGB value is (12,174,77). Sum of RGB (Red+Green+Blue) = 12+174+77=263 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.56% from 263); Green value is 174 (68.36% from 255 or 66.16% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE4D is #F351B2. Grayscale: #727272. Windows color (decimal): -15946163 or 5090828. OLE color: 5090828.

HSL color Cylindrical-coordinate representation of color #0CAE4D: hue angle of 144.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAE4D is Cyan = 0.93, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 174 77 -
CMYK 0.93 0 0.56 0.32
HSL 144.07º 0.87% 0.36% -
HSV(B) 144.07º 0.93% 0.68% -
XYZ 16.63 30.89 12.11 -
YUV 114.5 106.83 54.89 -
System Red Green Blue C M Y K H S L
Decimal 12 174 77 0.93 0 0.56 0.32 144.07 0.87 0.36
Hex C AE 4D 5D 0 38 20 90 57 24
Octal 14 256 115 135 0 70 40 220 127 44
Binary 1100 10101110 1001101 1011101 0 111000 100000 10010000 1010111 100100

Color Harmonies of #0CAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAE4D

Black with #0CAE4D

Text Example


Text Example

White with #0CAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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