Html Css Color HEX #09BF3A Dark Pastel Green

📋 copy color: '#09BF3A'

red 9 ◦ green 191 ◦ blue 58

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

Shades of Dark Pastel Green #09BF3A

Tints of Dark Pastel Green #09BF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.48%

R = 3.49%
G = 74.03%
B = 22.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#09BF3A (or 0x09BF3A) is known color: Dark Pastel Green. HEX triplet: 09, BF and 3A. RGB value is (9,191,58). Sum of RGB (Red+Green+Blue) = 9+191+58=258 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.49% from 258); Green value is 191 (75% from 255 or 74.03% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BF3A is #F640C5. Grayscale: #797979. Windows color (decimal): -16138438 or 3849993. OLE color: 3849993.

HSL color Cylindrical-coordinate representation of color #09BF3A: hue angle of 136.15º 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 #09BF3A is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 191 58 -
CMYK 0.95 0 0.70 0.25
HSL 136.15º 0.91% 0.39% -
HSV(B) 136.15º 0.95% 0.75% -
XYZ 19.51 37.63 10.24 -
YUV 121.42 92.2 47.81 -
System Red Green Blue C M Y K H S L
Decimal 9 191 58 0.95 0 0.70 0.25 136.15 0.91 0.39
Hex 9 BF 3A 5F 0 46 19 88 5B 27
Octal 11 277 72 137 0 106 31 210 133 47
Binary 1001 10111111 111010 1011111 0 1000110 11001 10001000 1011011 100111

Color Harmonies of #09BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BF3A

Black with #09BF3A

Text Example


Text Example

White with #09BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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