Html Css Color HEX #10BA30 Dark Pastel Green

📋 copy color: '#10BA30'

red 16 ◦ green 186 ◦ blue 48

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

Shades of Dark Pastel Green #10BA30

Tints of Dark Pastel Green #10BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.2%

R = 6.4%
G = 74.4%
B = 19.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#10BA30 (or 0x10BA30) is known color: Dark Pastel Green. HEX triplet: 10, BA and 30. RGB value is (16,186,48). Sum of RGB (Red+Green+Blue) = 16+186+48=250 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.4% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BA30 is #EF45CF. Grayscale: #777777. Windows color (decimal): -15680976 or 3193360. OLE color: 3193360.

HSL color Cylindrical-coordinate representation of color #10BA30: hue angle of 131.29º 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 #10BA30 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 186 48 -
CMYK 0.91 0 0.74 0.27
HSL 131.29º 0.84% 0.4% -
HSV(B) 131.29º 0.91% 0.73% -
XYZ 18.31 35.44 8.67 -
YUV 119.44 87.68 54.22 -
System Red Green Blue C M Y K H S L
Decimal 16 186 48 0.91 0 0.74 0.27 131.29 0.84 0.4
Hex 10 BA 30 5B 0 4A 1B 83 54 28
Octal 20 272 60 133 0 112 33 203 124 50
Binary 10000 10111010 110000 1011011 0 1001010 11011 10000011 1010100 101000

Color Harmonies of #10BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10BA30

Black with #10BA30

Text Example


Text Example

White with #10BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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