Html Css Color HEX #09BF4A Dark Pastel Green

📋 copy color: '#09BF4A'

red 9 ◦ green 191 ◦ blue 74

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

Shades of Dark Pastel Green #09BF4A

Tints of Dark Pastel Green #09BF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 3.28%
G = 69.71%
B = 27.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#09BF4A (or 0x09BF4A) is known color: Dark Pastel Green. HEX triplet: 09, BF and 4A. RGB value is (9,191,74). Sum of RGB (Red+Green+Blue) = 9+191+74=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09BF4A is #F640B5. Grayscale: #7B7B7B. Windows color (decimal): -16138422 or 4898569. OLE color: 4898569.

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

Color convert

RGB 9 191 74 -
CMYK 0.95 0 0.61 0.25
HSL 141.43º 0.91% 0.39% -
HSV(B) 141.43º 0.95% 0.75% -
XYZ 19.98 37.81 12.72 -
YUV 123.24 100.2 46.51 -
System Red Green Blue C M Y K H S L
Decimal 9 191 74 0.95 0 0.61 0.25 141.43 0.91 0.39
Hex 9 BF 4A 5F 0 3D 19 8D 5B 27
Octal 11 277 112 137 0 75 31 215 133 47
Binary 1001 10111111 1001010 1011111 0 111101 11001 10001101 1011011 100111

Color Harmonies of #09BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BF4A

Black with #09BF4A

Text Example


Text Example

White with #09BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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