Html Css Color HEX #0CCA1F Dark Pastel Green

📋 copy color: '#0CCA1F'

red 12 ◦ green 202 ◦ blue 31

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

Shades of Dark Pastel Green #0CCA1F

Tints of Dark Pastel Green #0CCA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.65%

R = 4.9%
G = 82.45%
B = 12.65%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#0CCA1F (or 0x0CCA1F) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 1F. RGB value is (12,202,31). Sum of RGB (Red+Green+Blue) = 12+202+31=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 202 (79.30% from 255 or 82.45% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA1F is #F335E0. Grayscale: #7E7E7E. Windows color (decimal): -15939041 or 2083340. OLE color: 2083340.

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

Color convert

RGB 12 202 31 -
CMYK 0.94 0 0.85 0.21
HSL 126º 0.89% 0.42% -
HSV(B) 126º 0.94% 0.79% -
XYZ 21.52 42.42 8.35 -
YUV 125.7 74.55 46.9 -
System Red Green Blue C M Y K H S L
Decimal 12 202 31 0.94 0 0.85 0.21 126 0.89 0.42
Hex C CA 1F 5E 0 55 15 7E 59 2A
Octal 14 312 37 136 0 125 25 176 131 52
Binary 1100 11001010 11111 1011110 0 1010101 10101 1111110 1011001 101010

Color Harmonies of #0CCA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA1F

Black with #0CCA1F

Text Example


Text Example

White with #0CCA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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