Html Css Color HEX #0CCA1A Dark Pastel Green

📋 copy color: '#0CCA1A'

red 12 ◦ green 202 ◦ blue 26

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

Shades of Dark Pastel Green #0CCA1A

Tints of Dark Pastel Green #0CCA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 84.17%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 5%
G = 84.17%
B = 10.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#0CCA1A (or 0x0CCA1A) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 1A. RGB value is (12,202,26). Sum of RGB (Red+Green+Blue) = 12+202+26=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 202 (79.30% from 255 or 84.17% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA1A is #F335E5. Grayscale: #7D7D7D. Windows color (decimal): -15939046 or 1755660. OLE color: 1755660.

HSL color Cylindrical-coordinate representation of color #0CCA1A: hue angle of 124.42º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA1A is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 26 -
CMYK 0.94 0 0.87 0.21
HSL 124.42º 0.89% 0.42% -
HSV(B) 124.42º 0.94% 0.79% -
XYZ 21.46 42.39 8.03 -
YUV 125.13 72.05 47.31 -
System Red Green Blue C M Y K H S L
Decimal 12 202 26 0.94 0 0.87 0.21 124.42 0.89 0.42
Hex C CA 1A 5E 0 57 15 7C 59 2A
Octal 14 312 32 136 0 127 25 174 131 52
Binary 1100 11001010 11010 1011110 0 1010111 10101 1111100 1011001 101010

Color Harmonies of #0CCA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA1A

Black with #0CCA1A

Text Example


Text Example

White with #0CCA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,26); }

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

background-color css

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

 a { background-color: rgb(12,202,26); }

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

border-color css

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

 span { border-color: rgb(12,202,26); }

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