Html Css Color HEX #0CB64B Dark Pastel Green

📋 copy color: '#0CB64B'

red 12 ◦ green 182 ◦ blue 75

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

Shades of Dark Pastel Green #0CB64B

Tints of Dark Pastel Green #0CB64B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.66%

 BLUE value IS 75 (29.69% from 255) = 27.88%

R = 4.46%
G = 67.66%
B = 27.88%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#0CB64B (or 0x0CB64B) is known color: Dark Pastel Green. HEX triplet: 0C, B6 and 4B. RGB value is (12,182,75). Sum of RGB (Red+Green+Blue) = 12+182+75=269 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.46% from 269); Green value is 182 (71.48% from 255 or 67.66% from 269); Blue value is 75 (29.69% from 255 or 27.88% from 269); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB64B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB64B is #F349B4. Grayscale: #777777. Windows color (decimal): -15944117 or 4961804. OLE color: 4961804.

HSL color Cylindrical-coordinate representation of color #0CB64B: hue angle of 142.24º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB64B is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 75 -
CMYK 0.93 0 0.59 0.29
HSL 142.24º 0.88% 0.38% -
HSV(B) 142.24º 0.93% 0.71% -
XYZ 18.15 34.04 12.27 -
YUV 118.97 103.18 51.7 -
System Red Green Blue C M Y K H S L
Decimal 12 182 75 0.93 0 0.59 0.29 142.24 0.88 0.38
Hex C B6 4B 5D 0 3B 1D 8E 58 26
Octal 14 266 113 135 0 73 35 216 130 46
Binary 1100 10110110 1001011 1011101 0 111011 11101 10001110 1011000 100110

Color Harmonies of #0CB64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB64B

Black with #0CB64B

Text Example


Text Example

White with #0CB64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,182,75); }

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

background-color css

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

 a { background-color: rgb(12,182,75); }

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

border-color css

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

 span { border-color: rgb(12,182,75); }

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