Html Css Color HEX #10B024 Dark Pastel Green

📋 copy color: '#10B024'

red 16 ◦ green 176 ◦ blue 36

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

Shades of Dark Pastel Green #10B024

Tints of Dark Pastel Green #10B024

RGB

 RED value IS 16 (6.64% from 255) = 7.02%

 GREEN value IS 176 (69.14% from 255) = 77.19%

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 7.02%
G = 77.19%
B = 15.79%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#10B024 (or 0x10B024) is known color: Dark Pastel Green. HEX triplet: 10, B0 and 24. RGB value is (16,176,36). Sum of RGB (Red+Green+Blue) = 16+176+36=228 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.02% from 228); Green value is 176 (69.14% from 255 or 77.19% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 176 - color contains mainly: green. Hex color #10B024 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10B024 is #EF4FDB. Grayscale: #707070. Windows color (decimal): -15683548 or 2404368. OLE color: 2404368.

HSL color Cylindrical-coordinate representation of color #10B024: hue angle of 127.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B024 is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 176 36 -
CMYK 0.91 0 0.80 0.31
HSL 127.5º 0.83% 0.38% -
HSV(B) 127.5º 0.91% 0.69% -
XYZ 16.06 31.29 6.86 -
YUV 112.2 84.99 59.38 -
System Red Green Blue C M Y K H S L
Decimal 16 176 36 0.91 0 0.80 0.31 127.5 0.83 0.38
Hex 10 B0 24 5B 0 50 1F 80 53 26
Octal 20 260 44 133 0 120 37 200 123 46
Binary 10000 10110000 100100 1011011 0 1010000 11111 10000000 1010011 100110

Color Harmonies of #10B024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B024

Black with #10B024

Text Example


Text Example

White with #10B024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10B024; }

 p { color: rgb(16,176,36); }

 H1.HeaderClassName
 {
   color: #10B024;
 }
 .AnyTagClassName
 {
   color: #10B024;
 }
</style>

background-color css

<style>
 a { background-color: #10B024; }

 a { background-color: rgb(16,176,36); }

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

border-color css

<style>
 span { border-color: #10B024; }

 span { border-color: rgb(16,176,36); }

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