Html Css Color HEX #0CB84B Dark Pastel Green

📋 copy color: '#0CB84B'

red 12 ◦ green 184 ◦ blue 75

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

Shades of Dark Pastel Green #0CB84B

Tints of Dark Pastel Green #0CB84B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 67.9%

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

R = 4.43%
G = 67.9%
B = 27.68%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#0CB84B (or 0x0CB84B) is known color: Dark Pastel Green. HEX triplet: 0C, B8 and 4B. RGB value is (12,184,75). Sum of RGB (Red+Green+Blue) = 12+184+75=271 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.43% from 271); Green value is 184 (72.27% from 255 or 67.90% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB84B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB84B is #F347B4. Grayscale: #787878. Windows color (decimal): -15943605 or 4962316. OLE color: 4962316.

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

Color convert

RGB 12 184 75 -
CMYK 0.93 0 0.59 0.28
HSL 141.98º 0.88% 0.38% -
HSV(B) 141.98º 0.93% 0.72% -
XYZ 18.56 34.87 12.41 -
YUV 120.15 102.52 50.86 -
System Red Green Blue C M Y K H S L
Decimal 12 184 75 0.93 0 0.59 0.28 141.98 0.88 0.38
Hex C B8 4B 5D 0 3B 1C 8E 58 26
Octal 14 270 113 135 0 73 34 216 130 46
Binary 1100 10111000 1001011 1011101 0 111011 11100 10001110 1011000 100110

Color Harmonies of #0CB84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB84B

Black with #0CB84B

Text Example


Text Example

White with #0CB84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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