Html Css Color HEX #09BD67 Jade

📋 copy color: '#09BD67'

red 9 ◦ green 189 ◦ blue 103

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

Shades of Jade #09BD67

Tints of Jade #09BD67

RGB

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

 GREEN value IS 189 (74.22% from 255) = 62.79%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 2.99%
G = 62.79%
B = 34.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#09BD67 (or 0x09BD67) is known color: Jade. HEX triplet: 09, BD and 67. RGB value is (9,189,103). Sum of RGB (Red+Green+Blue) = 9+189+103=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #09BD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BD67 is #F64298. Grayscale: #7D7D7D. Windows color (decimal): -16138905 or 6798601. OLE color: 6798601.

HSL color Cylindrical-coordinate representation of color #09BD67: hue angle of 151.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BD67 is Cyan = 0.95, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 189 103 -
CMYK 0.95 0 0.46 0.26
HSL 151.33º 0.91% 0.39% -
HSV(B) 151.33º 0.95% 0.74% -
XYZ 20.76 37.43 18.96 -
YUV 125.38 115.37 44.99 -
System Red Green Blue C M Y K H S L
Decimal 9 189 103 0.95 0 0.46 0.26 151.33 0.91 0.39
Hex 9 BD 67 5F 0 2E 1A 97 5B 27
Octal 11 275 147 137 0 56 32 227 133 47
Binary 1001 10111101 1100111 1011111 0 101110 11010 10010111 1011011 100111

Color Harmonies of #09BD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BD67

Black with #09BD67

Text Example


Text Example

White with #09BD67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,189,103); }

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

background-color css

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

 a { background-color: rgb(9,189,103); }

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

border-color css

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

 span { border-color: rgb(9,189,103); }

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