Html Css Color HEX #0CCA17 Dark Pastel Green

📋 copy color: '#0CCA17'

red 12 ◦ green 202 ◦ blue 23

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

Shades of Dark Pastel Green #0CCA17

Tints of Dark Pastel Green #0CCA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.7%

R = 5.06%
G = 85.23%
B = 9.7%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#0CCA17 (or 0x0CCA17) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 17. RGB value is (12,202,23). Sum of RGB (Red+Green+Blue) = 12+202+23=237 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.06% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA17 is #F335E8. Grayscale: #7D7D7D. Windows color (decimal): -15939049 or 1559052. OLE color: 1559052.

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

Color convert

RGB 12 202 23 -
CMYK 0.94 0 0.89 0.21
HSL 123.47º 0.89% 0.42% -
HSV(B) 123.47º 0.94% 0.79% -
XYZ 21.43 42.38 7.86 -
YUV 124.78 70.55 47.55 -
System Red Green Blue C M Y K H S L
Decimal 12 202 23 0.94 0 0.89 0.21 123.47 0.89 0.42
Hex C CA 17 5E 0 59 15 7B 59 2A
Octal 14 312 27 136 0 131 25 173 131 52
Binary 1100 11001010 10111 1011110 0 1011001 10101 1111011 1011001 101010

Color Harmonies of #0CCA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA17

Black with #0CCA17

Text Example


Text Example

White with #0CCA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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