Html Css Color HEX #0CB74B Dark Pastel Green

📋 copy color: '#0CB74B'

red 12 ◦ green 183 ◦ blue 75

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

Shades of Dark Pastel Green #0CB74B

Tints of Dark Pastel Green #0CB74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 67.78%

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

R = 4.44%
G = 67.78%
B = 27.78%

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

#0CB74B (or 0x0CB74B) is known color: Dark Pastel Green. HEX triplet: 0C, B7 and 4B. RGB value is (12,183,75). Sum of RGB (Red+Green+Blue) = 12+183+75=270 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.44% from 270); Green value is 183 (71.88% from 255 or 67.78% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB74B is #F348B4. Grayscale: #777777. Windows color (decimal): -15943861 or 4962060. OLE color: 4962060.

HSL color Cylindrical-coordinate representation of color #0CB74B: hue angle of 142.11º 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 #0CB74B is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 183 75 -
CMYK 0.93 0 0.59 0.28
HSL 142.11º 0.88% 0.38% -
HSV(B) 142.11º 0.93% 0.72% -
XYZ 18.36 34.45 12.34 -
YUV 119.56 102.85 51.28 -
System Red Green Blue C M Y K H S L
Decimal 12 183 75 0.93 0 0.59 0.28 142.11 0.88 0.38
Hex C B7 4B 5D 0 3B 1C 8E 58 26
Octal 14 267 113 135 0 73 34 216 130 46
Binary 1100 10110111 1001011 1011101 0 111011 11100 10001110 1011000 100110

Color Harmonies of #0CB74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB74B

Black with #0CB74B

Text Example


Text Example

White with #0CB74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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