Html Css Color HEX #09AF6A Jade

📋 copy color: '#09AF6A'

red 9 ◦ green 175 ◦ blue 106

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

Shades of Jade #09AF6A

Tints of Jade #09AF6A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.34%

 BLUE value IS 106 (41.8% from 255) = 36.55%

R = 3.1%
G = 60.34%
B = 36.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#09AF6A (or 0x09AF6A) is known color: Jade. HEX triplet: 09, AF and 6A. RGB value is (9,175,106). Sum of RGB (Red+Green+Blue) = 9+175+106=290 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.10% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF6A is #F65095. Grayscale: #757575. Windows color (decimal): -16142486 or 6991625. OLE color: 6991625.

HSL color Cylindrical-coordinate representation of color #09AF6A: hue angle of 155.06º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF6A is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 175 106 -
CMYK 0.95 0 0.39 0.31
HSL 155.06º 0.9% 0.36% -
HSV(B) 155.06º 0.95% 0.69% -
XYZ 18.04 31.76 18.81 -
YUV 117.5 121.5 50.61 -
System Red Green Blue C M Y K H S L
Decimal 9 175 106 0.95 0 0.39 0.31 155.06 0.9 0.36
Hex 9 AF 6A 5F 0 27 1F 9B 5A 24
Octal 11 257 152 137 0 47 37 233 132 44
Binary 1001 10101111 1101010 1011111 0 100111 11111 10011011 1011010 100100

Color Harmonies of #09AF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF6A

Black with #09AF6A

Text Example


Text Example

White with #09AF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,175,106); }

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

background-color css

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

 a { background-color: rgb(9,175,106); }

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

border-color css

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

 span { border-color: rgb(9,175,106); }

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