Html Css Color HEX #0CCA30 Dark Pastel Green

📋 copy color: '#0CCA30'

red 12 ◦ green 202 ◦ blue 48

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

Shades of Dark Pastel Green #0CCA30

Tints of Dark Pastel Green #0CCA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 4.58%
G = 77.1%
B = 18.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#0CCA30 (or 0x0CCA30) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 30. RGB value is (12,202,48). Sum of RGB (Red+Green+Blue) = 12+202+48=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 202 (79.30% from 255 or 77.10% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA30 is #F335CF. Grayscale: #808080. Windows color (decimal): -15939024 or 3197452. OLE color: 3197452.

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

Color convert

RGB 12 202 48 -
CMYK 0.94 0 0.76 0.21
HSL 131.37º 0.89% 0.42% -
HSV(B) 131.37º 0.94% 0.79% -
XYZ 21.81 42.53 9.86 -
YUV 127.63 83.05 45.52 -
System Red Green Blue C M Y K H S L
Decimal 12 202 48 0.94 0 0.76 0.21 131.37 0.89 0.42
Hex C CA 30 5E 0 4C 15 83 59 2A
Octal 14 312 60 136 0 114 25 203 131 52
Binary 1100 11001010 110000 1011110 0 1001100 10101 10000011 1011001 101010

Color Harmonies of #0CCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA30

Black with #0CCA30

Text Example


Text Example

White with #0CCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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