Html Css Color HEX #0CCA15 Dark Pastel Green

📋 copy color: '#0CCA15'

red 12 ◦ green 202 ◦ blue 21

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

Shades of Dark Pastel Green #0CCA15

Tints of Dark Pastel Green #0CCA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 5.11%
G = 85.96%
B = 8.94%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#0CCA15 (or 0x0CCA15) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 15. RGB value is (12,202,21). Sum of RGB (Red+Green+Blue) = 12+202+21=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 202 (79.30% from 255 or 85.96% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA15 is #F335EA. Grayscale: #7D7D7D. Windows color (decimal): -15939051 or 1427980. OLE color: 1427980.

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

Color convert

RGB 12 202 21 -
CMYK 0.94 0 0.90 0.21
HSL 122.84º 0.89% 0.42% -
HSV(B) 122.84º 0.94% 0.79% -
XYZ 21.41 42.37 7.76 -
YUV 124.56 69.55 47.72 -
System Red Green Blue C M Y K H S L
Decimal 12 202 21 0.94 0 0.90 0.21 122.84 0.89 0.42
Hex C CA 15 5E 0 5A 15 7B 59 2A
Octal 14 312 25 136 0 132 25 173 131 52
Binary 1100 11001010 10101 1011110 0 1011010 10101 1111011 1011001 101010

Color Harmonies of #0CCA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA15

Black with #0CCA15

Text Example


Text Example

White with #0CCA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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