Html Css Color HEX #9ADF6D Feijoa

📋 copy color: '#9ADF6D'

red 154 ◦ green 223 ◦ blue 109

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

Shades of Feijoa #9ADF6D

Tints of Feijoa #9ADF6D

RGB

 RED value IS 154 (60.55% from 255) = 31.69%

 GREEN value IS 223 (87.5% from 255) = 45.88%

 BLUE value IS 109 (42.97% from 255) = 22.43%

R = 31.69%
G = 45.88%
B = 22.43%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#9ADF6D (or 0x9ADF6D) is known color: Feijoa. HEX triplet: 9A, DF and 6D. RGB value is (154,223,109). Sum of RGB (Red+Green+Blue) = 154+223+109=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF6D is #652092. Grayscale: #BDBDBD. Windows color (decimal): -6627475 or 7200666. OLE color: 7200666.

HSL color Cylindrical-coordinate representation of color #9ADF6D: hue angle of 96.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ADF6D is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 223 109 -
CMYK 0.31 0 0.51 0.13
HSL 96.32º 0.64% 0.65% -
HSV(B) 96.32º 0.51% 0.87% -
XYZ 42.47 60.75 23.96 -
YUV 189.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 154 223 109 0.31 0 0.51 0.13 96.32 0.64 0.65
Hex 9A DF 6D 1F 0 33 D 60 40 41
Octal 232 337 155 37 0 63 15 140 100 101
Binary 10011010 11011111 1101101 11111 0 110011 1101 1100000 1000000 1000001

Color Harmonies of #9ADF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF6D

Black with #9ADF6D

Text Example


Text Example

White with #9ADF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ADF6D; }

 p { color: rgb(154,223,109); }

 H1.HeaderClassName
 {
   color: #9ADF6D;
 }
 .AnyTagClassName
 {
   color: #9ADF6D;
 }
</style>

background-color css

<style>
 a { background-color: #9ADF6D; }

 a { background-color: rgb(154,223,109); }

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

border-color css

<style>
 span { border-color: #9ADF6D; }

 span { border-color: rgb(154,223,109); }

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