Html Css Color HEX #0CCA19 Dark Pastel Green

📋 copy color: '#0CCA19'

red 12 ◦ green 202 ◦ blue 25

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

Shades of Dark Pastel Green #0CCA19

Tints of Dark Pastel Green #0CCA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.46%

R = 5.02%
G = 84.52%
B = 10.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#0CCA19 (or 0x0CCA19) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 19. RGB value is (12,202,25). Sum of RGB (Red+Green+Blue) = 12+202+25=239 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.02% from 239); Green value is 202 (79.30% from 255 or 84.52% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA19 is #F335E6. Grayscale: #7D7D7D. Windows color (decimal): -15939047 or 1690124. OLE color: 1690124.

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

Color convert

RGB 12 202 25 -
CMYK 0.94 0 0.88 0.21
HSL 124.11º 0.89% 0.42% -
HSV(B) 124.11º 0.94% 0.79% -
XYZ 21.45 42.39 7.97 -
YUV 125.01 71.55 47.39 -
System Red Green Blue C M Y K H S L
Decimal 12 202 25 0.94 0 0.88 0.21 124.11 0.89 0.42
Hex C CA 19 5E 0 58 15 7C 59 2A
Octal 14 312 31 136 0 130 25 174 131 52
Binary 1100 11001010 11001 1011110 0 1011000 10101 1111100 1011001 101010

Color Harmonies of #0CCA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA19

Black with #0CCA19

Text Example


Text Example

White with #0CCA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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