Html Css Color HEX #09BF65 Jade

📋 copy color: '#09BF65'

red 9 ◦ green 191 ◦ blue 101

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

Shades of Jade #09BF65

Tints of Jade #09BF65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.55%

R = 2.99%
G = 63.46%
B = 33.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#09BF65 (or 0x09BF65) is known color: Jade. HEX triplet: 09, BF and 65. RGB value is (9,191,101). Sum of RGB (Red+Green+Blue) = 9+191+101=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 191 (75% from 255 or 63.46% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BF65 is #F6409A. Grayscale: #7E7E7E. Windows color (decimal): -16138395 or 6668041. OLE color: 6668041.

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

Color convert

RGB 9 191 101 -
CMYK 0.95 0 0.47 0.25
HSL 150.33º 0.91% 0.39% -
HSV(B) 150.33º 0.95% 0.75% -
XYZ 21.09 38.26 18.59 -
YUV 126.32 113.7 44.32 -
System Red Green Blue C M Y K H S L
Decimal 9 191 101 0.95 0 0.47 0.25 150.33 0.91 0.39
Hex 9 BF 65 5F 0 2F 19 96 5B 27
Octal 11 277 145 137 0 57 31 226 133 47
Binary 1001 10111111 1100101 1011111 0 101111 11001 10010110 1011011 100111

Color Harmonies of #09BF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BF65

Black with #09BF65

Text Example


Text Example

White with #09BF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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