Html Css Color HEX #0CAE5D Pigment Green

📋 copy color: '#0CAE5D'

red 12 ◦ green 174 ◦ blue 93

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

Shades of Pigment Green #0CAE5D

Tints of Pigment Green #0CAE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 4.3%
G = 62.37%
B = 33.33%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#0CAE5D (or 0x0CAE5D) is known color: Pigment Green. HEX triplet: 0C, AE and 5D. RGB value is (12,174,93). Sum of RGB (Red+Green+Blue) = 12+174+93=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 174 (68.36% from 255 or 62.37% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 174 - color contains mainly: green. Hex color #0CAE5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAE5D is #F351A2. Grayscale: #747474. Windows color (decimal): -15946147 or 6139404. OLE color: 6139404.

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

Color convert

RGB 12 174 93 -
CMYK 0.93 0 0.47 0.32
HSL 150º 0.87% 0.36% -
HSV(B) 150º 0.93% 0.68% -
XYZ 17.26 31.14 15.46 -
YUV 116.33 114.83 53.59 -
System Red Green Blue C M Y K H S L
Decimal 12 174 93 0.93 0 0.47 0.32 150 0.87 0.36
Hex C AE 5D 5D 0 2F 20 96 57 24
Octal 14 256 135 135 0 57 40 226 127 44
Binary 1100 10101110 1011101 1011101 0 101111 100000 10010110 1010111 100100

Color Harmonies of #0CAE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAE5D

Black with #0CAE5D

Text Example


Text Example

White with #0CAE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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