Html Css Color HEX #09BF6B Jade

📋 copy color: '#09BF6B'

red 9 ◦ green 191 ◦ blue 107

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

Shades of Jade #09BF6B

Tints of Jade #09BF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 2.93%
G = 62.21%
B = 34.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#09BF6B (or 0x09BF6B) is known color: Jade. HEX triplet: 09, BF and 6B. RGB value is (9,191,107). Sum of RGB (Red+Green+Blue) = 9+191+107=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 191 (75% from 255 or 62.21% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BF6B is #F64094. Grayscale: #7F7F7F. Windows color (decimal): -16138389 or 7061257. OLE color: 7061257.

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

Color convert

RGB 9 191 107 -
CMYK 0.95 0 0.44 0.25
HSL 152.31º 0.91% 0.39% -
HSV(B) 152.31º 0.95% 0.75% -
XYZ 21.4 38.38 20.19 -
YUV 127.01 116.7 43.83 -
System Red Green Blue C M Y K H S L
Decimal 9 191 107 0.95 0 0.44 0.25 152.31 0.91 0.39
Hex 9 BF 6B 5F 0 2C 19 98 5B 27
Octal 11 277 153 137 0 54 31 230 133 47
Binary 1001 10111111 1101011 1011111 0 101100 11001 10011000 1011011 100111

Color Harmonies of #09BF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BF6B

Black with #09BF6B

Text Example


Text Example

White with #09BF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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