Html Css Color HEX #09B25F Jade

📋 copy color: '#09B25F'

red 9 ◦ green 178 ◦ blue 95

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

Shades of Jade #09B25F

Tints of Jade #09B25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 63.12%

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 3.19%
G = 63.12%
B = 33.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#09B25F (or 0x09B25F) is known color: Jade. HEX triplet: 09, B2 and 5F. RGB value is (9,178,95). Sum of RGB (Red+Green+Blue) = 9+178+95=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #09B25F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09B25F is #F64DA0. Grayscale: #767676. Windows color (decimal): -16141729 or 6271497. OLE color: 6271497.

HSL color Cylindrical-coordinate representation of color #09B25F: hue angle of 150.53º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09B25F is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 9 178 95 -
CMYK 0.95 0 0.47 0.30
HSL 150.53º 0.9% 0.37% -
HSV(B) 150.53º 0.95% 0.7% -
XYZ 18.1 32.73 16.19 -
YUV 118.01 115.01 50.25 -
System Red Green Blue C M Y K H S L
Decimal 9 178 95 0.95 0 0.47 0.30 150.53 0.9 0.37
Hex 9 B2 5F 5F 0 2F 1E 97 5A 25
Octal 11 262 137 137 0 57 36 227 132 45
Binary 1001 10110010 1011111 1011111 0 101111 11110 10010111 1011010 100101

Color Harmonies of #09B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B25F

Black with #09B25F

Text Example


Text Example

White with #09B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,178,95); }

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

background-color css

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

 a { background-color: rgb(9,178,95); }

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

border-color css

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

 span { border-color: rgb(9,178,95); }

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