Html Css Color HEX #0CB91D Dark Pastel Green

📋 copy color: '#0CB91D'

red 12 ◦ green 185 ◦ blue 29

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

Shades of Dark Pastel Green #0CB91D

Tints of Dark Pastel Green #0CB91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 81.86%

 BLUE value IS 29 (11.72% from 255) = 12.83%

R = 5.31%
G = 81.86%
B = 12.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#0CB91D (or 0x0CB91D) is known color: Dark Pastel Green. HEX triplet: 0C, B9 and 1D. RGB value is (12,185,29). Sum of RGB (Red+Green+Blue) = 12+185+29=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 185 (72.66% from 255 or 81.86% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB91D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB91D is #F346E2. Grayscale: #737373. Windows color (decimal): -15943395 or 1947916. OLE color: 1947916.

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

Color convert

RGB 12 185 29 -
CMYK 0.94 0 0.84 0.27
HSL 125.9º 0.88% 0.39% -
HSV(B) 125.9º 0.94% 0.73% -
XYZ 17.72 34.86 6.96 -
YUV 115.49 79.19 54.18 -
System Red Green Blue C M Y K H S L
Decimal 12 185 29 0.94 0 0.84 0.27 125.9 0.88 0.39
Hex C B9 1D 5E 0 54 1B 7E 58 27
Octal 14 271 35 136 0 124 33 176 130 47
Binary 1100 10111001 11101 1011110 0 1010100 11011 1111110 1011000 100111

Color Harmonies of #0CB91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB91D

Black with #0CB91D

Text Example


Text Example

White with #0CB91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,185,29); }

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

background-color css

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

 a { background-color: rgb(12,185,29); }

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

border-color css

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

 span { border-color: rgb(12,185,29); }

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