#08BF1E

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

Shades of Dark Pastel Green #08BF1E

Tints of Dark Pastel Green #08BF1E

Color information

#08BF1E (or 0x08BF1E) is unknown color: approx Dark Pastel Green. HEX triplet: 08, BF and 1E. RGB value is (8,191,30). Sum of RGB (Red+Green+Blue) = 8+191+30=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 191 (75% from 255 or 83.41% from 229); Blue value is 30 (12.11% from 255 or 13.10% from 229); Max value from RGB is 191 - color contains mainly: green. Hex color #08BF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BF1E is #F740E1. Grayscale: #767676. Windows color (decimal): -16204002 or 2014984. OLE color: 2014984.

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

Color convert

RGB819130-
CMYK0.9600.840.25
HSL127.21º91.96%39.02%-
HSV(B)127.21º95.81%74.9%-
XYZ18.9737.417.45-
YUV117.9378.3749.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 191 (75% from 255) = 83.41%
BLUE value IS 30 (12.11% from 255) = 13.10%
R=3.49%
G=83.41%
B=13.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8191300.9600.840.25127.2191.9639.02
Hex8BF1E60054197f5c27
Octal102773614001243117713447
Binary100010111111111101100000010101001100111111111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08BF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08BF1E; }

 p { color: rgb(8,191,30); }

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

<style>
 a { background-color: #08BF1E; }

 a { background-color: rgb(8,191,30); }

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

<style>
 span { border-color: #08BF1E; }

 span { border-color: rgb(8,191,30); }

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