#10BE45

Color #10BE45 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #10BE45

Tints of Dark Pastel Green #10BE45

Color information

#10BE45 (or 0x10BE45) is unknown color: approx Dark Pastel Green. HEX triplet: 10, BE and 45. RGB value is (16,190,69). Sum of RGB (Red+Green+Blue) = 16+190+69=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 190 (74.61% from 255 or 69.09% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 190 - color contains mainly: green. Hex color #10BE45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #10BE45 is #EF41BA. Grayscale: #7C7C7C. Windows color (decimal): -15679931 or 4570640. OLE color: 4570640.

HSL color Cylindrical-coordinate representation of color #10BE45: hue angle of 138.28º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10BE45 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB1619069-
CMYK0.9200.640.25
HSL138.28º84.47%40.39%-
HSV(B)138.28º91.58%74.51%-
XYZ19.737.3711.8-
YUV124.1896.8550.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.82%
GREEN value IS 190 (74.61% from 255) = 69.09%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=5.82%
G=69.09%
B=25.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16190690.9200.640.25138.2884.4740.39
Hex10BE455C040198a5428
Octal2027610513401003121212450
Binary1000010111110100010110111000100000011001100010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,190,69); }

 H1.HeaderClassName
 {
   color: #10BE45;
 }
 .AnyTagClassName
 {
   color: #10BE45;
 }
</style>
background-color css

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

 a { background-color: rgb(16,190,69); }

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

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

 span { border-color: rgb(16,190,69); }

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