Html Css Color HEX #09BF1E Dark Pastel Green

📋 copy color: '#09BF1E'

red 9 ◦ green 191 ◦ blue 30

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

Shades of Dark Pastel Green #09BF1E

Tints of Dark Pastel Green #09BF1E

RGB

 RED value IS 9 (3.91% from 255) = 3.91%

 GREEN value IS 191 (75% from 255) = 83.04%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 3.91%
G = 83.04%
B = 13.04%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#09BF1E (or 0x09BF1E) is known color: Dark Pastel Green. HEX triplet: 09, BF and 1E. RGB value is (9,191,30). Sum of RGB (Red+Green+Blue) = 9+191+30=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 191 (75% from 255 or 83.04% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BF1E is #F640E1. Grayscale: #767676. Windows color (decimal): -16138466 or 2014985. OLE color: 2014985.

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

Color convert

RGB 9 191 30 -
CMYK 0.95 0 0.84 0.25
HSL 126.92º 0.91% 0.39% -
HSV(B) 126.92º 0.95% 0.75% -
XYZ 18.98 37.41 7.45 -
YUV 118.23 78.2 50.09 -
System Red Green Blue C M Y K H S L
Decimal 9 191 30 0.95 0 0.84 0.25 126.92 0.91 0.39
Hex 9 BF 1E 5F 0 54 19 7F 5B 27
Octal 11 277 36 137 0 124 31 177 133 47
Binary 1001 10111111 11110 1011111 0 1010100 11001 1111111 1011011 100111

Color Harmonies of #09BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BF1E

Black with #09BF1E

Text Example


Text Example

White with #09BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09BF1E;
 }
 .AnyTagClassName
 {
   color: #09BF1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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