Html Css Color HEX #0CAD30 Dark Pastel Green

📋 copy color: '#0CAD30'

red 12 ◦ green 173 ◦ blue 48

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

Shades of Dark Pastel Green #0CAD30

Tints of Dark Pastel Green #0CAD30

RGB

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

 GREEN value IS 173 (67.97% from 255) = 74.25%

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

R = 5.15%
G = 74.25%
B = 20.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#0CAD30 (or 0x0CAD30) is known color: Dark Pastel Green. HEX triplet: 0C, AD and 30. RGB value is (12,173,48). Sum of RGB (Red+Green+Blue) = 12+173+48=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 173 (67.97% from 255 or 74.25% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAD30 is #F352CF. Grayscale: #6E6E6E. Windows color (decimal): -15946448 or 3190028. OLE color: 3190028.

HSL color Cylindrical-coordinate representation of color #0CAD30: hue angle of 133.42º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD30 is Cyan = 0.93, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 173 48 -
CMYK 0.93 0 0.72 0.32
HSL 133.42º 0.87% 0.36% -
HSV(B) 133.42º 0.93% 0.68% -
XYZ 15.63 30.18 7.8 -
YUV 110.61 92.66 57.66 -
System Red Green Blue C M Y K H S L
Decimal 12 173 48 0.93 0 0.72 0.32 133.42 0.87 0.36
Hex C AD 30 5D 0 48 20 85 57 24
Octal 14 255 60 135 0 110 40 205 127 44
Binary 1100 10101101 110000 1011101 0 1001000 100000 10000101 1010111 100100

Color Harmonies of #0CAD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD30

Black with #0CAD30

Text Example


Text Example

White with #0CAD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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