Html Css Color HEX #10BA24 Dark Pastel Green

📋 copy color: '#10BA24'

red 16 ◦ green 186 ◦ blue 36

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

Shades of Dark Pastel Green #10BA24

Tints of Dark Pastel Green #10BA24

RGB

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

 GREEN value IS 186 (73.05% from 255) = 78.15%

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

R = 6.72%
G = 78.15%
B = 15.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#10BA24 (or 0x10BA24) is known color: Dark Pastel Green. HEX triplet: 10, BA and 24. RGB value is (16,186,36). Sum of RGB (Red+Green+Blue) = 16+186+36=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BA24 is #EF45DB. Grayscale: #767676. Windows color (decimal): -15680988 or 2406928. OLE color: 2406928.

HSL color Cylindrical-coordinate representation of color #10BA24: hue angle of 127.06º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA24 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 186 36 -
CMYK 0.91 0 0.81 0.27
HSL 127.06º 0.84% 0.4% -
HSV(B) 127.06º 0.91% 0.73% -
XYZ 18.09 35.36 7.54 -
YUV 118.07 81.68 55.2 -
System Red Green Blue C M Y K H S L
Decimal 16 186 36 0.91 0 0.81 0.27 127.06 0.84 0.4
Hex 10 BA 24 5B 0 51 1B 7F 54 28
Octal 20 272 44 133 0 121 33 177 124 50
Binary 10000 10111010 100100 1011011 0 1010001 11011 1111111 1010100 101000

Color Harmonies of #10BA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA24

Black with #10BA24

Text Example


Text Example

White with #10BA24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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