Html Css Color HEX #0CCA1D Dark Pastel Green

📋 copy color: '#0CCA1D'

red 12 ◦ green 202 ◦ blue 29

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

Shades of Dark Pastel Green #0CCA1D

Tints of Dark Pastel Green #0CCA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 4.94%
G = 83.13%
B = 11.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#0CCA1D (or 0x0CCA1D) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 1D. RGB value is (12,202,29). Sum of RGB (Red+Green+Blue) = 12+202+29=243 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.94% from 243); Green value is 202 (79.30% from 255 or 83.13% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA1D is #F335E2. Grayscale: #7D7D7D. Windows color (decimal): -15939043 or 1952268. OLE color: 1952268.

HSL color Cylindrical-coordinate representation of color #0CCA1D: hue angle of 125.37º 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 #0CCA1D is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 29 -
CMYK 0.94 0 0.86 0.21
HSL 125.37º 0.89% 0.42% -
HSV(B) 125.37º 0.94% 0.79% -
XYZ 21.49 42.41 8.22 -
YUV 125.47 73.55 47.07 -
System Red Green Blue C M Y K H S L
Decimal 12 202 29 0.94 0 0.86 0.21 125.37 0.89 0.42
Hex C CA 1D 5E 0 56 15 7D 59 2A
Octal 14 312 35 136 0 126 25 175 131 52
Binary 1100 11001010 11101 1011110 0 1010110 10101 1111101 1011001 101010

Color Harmonies of #0CCA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA1D

Black with #0CCA1D

Text Example


Text Example

White with #0CCA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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