Html Css Color HEX #0CDB2A Dark Pastel Green

📋 copy color: '#0CDB2A'

red 12 ◦ green 219 ◦ blue 42

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

Shades of Dark Pastel Green #0CDB2A

Tints of Dark Pastel Green #0CDB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 80.22%

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 4.4%
G = 80.22%
B = 15.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#0CDB2A (or 0x0CDB2A) is known color: Dark Pastel Green. HEX triplet: 0C, DB and 2A. RGB value is (12,219,42). Sum of RGB (Red+Green+Blue) = 12+219+42=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDB2A is #F324D5. Grayscale: #898989. Windows color (decimal): -15934678 or 2808588. OLE color: 2808588.

HSL color Cylindrical-coordinate representation of color #0CDB2A: hue angle of 128.7º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB2A is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 219 42 -
CMYK 0.95 0 0.81 0.14
HSL 128.7º 0.9% 0.45% -
HSV(B) 128.7º 0.95% 0.86% -
XYZ 25.9 50.91 10.65 -
YUV 136.93 74.42 38.89 -
System Red Green Blue C M Y K H S L
Decimal 12 219 42 0.95 0 0.81 0.14 128.7 0.9 0.45
Hex C DB 2A 5F 0 51 E 81 5A 2D
Octal 14 333 52 137 0 121 16 201 132 55
Binary 1100 11011011 101010 1011111 0 1010001 1110 10000001 1011010 101101

Color Harmonies of #0CDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB2A

Black with #0CDB2A

Text Example


Text Example

White with #0CDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,42); }

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

background-color css

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

 a { background-color: rgb(12,219,42); }

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

border-color css

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

 span { border-color: rgb(12,219,42); }

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