Html Css Color HEX #0CBD21 Dark Pastel Green

📋 copy color: '#0CBD21'

red 12 ◦ green 189 ◦ blue 33

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

Shades of Dark Pastel Green #0CBD21

Tints of Dark Pastel Green #0CBD21

RGB

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

 GREEN value IS 189 (74.22% from 255) = 80.77%

 BLUE value IS 33 (13.28% from 255) = 14.1%

R = 5.13%
G = 80.77%
B = 14.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#0CBD21 (or 0x0CBD21) is known color: Dark Pastel Green. HEX triplet: 0C, BD and 21. RGB value is (12,189,33). Sum of RGB (Red+Green+Blue) = 12+189+33=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 189 (74.22% from 255 or 80.77% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CBD21 is #F342DE. Grayscale: #767676. Windows color (decimal): -15942367 or 2211084. OLE color: 2211084.

HSL color Cylindrical-coordinate representation of color #0CBD21: hue angle of 127.12º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBD21 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 189 33 -
CMYK 0.94 0 0.83 0.26
HSL 127.12º 0.88% 0.39% -
HSV(B) 127.12º 0.94% 0.74% -
XYZ 18.62 36.58 7.52 -
YUV 118.29 79.86 52.18 -
System Red Green Blue C M Y K H S L
Decimal 12 189 33 0.94 0 0.83 0.26 127.12 0.88 0.39
Hex C BD 21 5E 0 53 1A 7F 58 27
Octal 14 275 41 136 0 123 32 177 130 47
Binary 1100 10111101 100001 1011110 0 1010011 11010 1111111 1011000 100111

Color Harmonies of #0CBD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBD21

Black with #0CBD21

Text Example


Text Example

White with #0CBD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,189,33); }

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

background-color css

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

 a { background-color: rgb(12,189,33); }

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

border-color css

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

 span { border-color: rgb(12,189,33); }

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