Html Css Color HEX #9ADF69 Feijoa

📋 copy color: '#9ADF69'

red 154 ◦ green 223 ◦ blue 105

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

Shades of Feijoa #9ADF69

Tints of Feijoa #9ADF69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 31.95%
G = 46.27%
B = 21.78%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#9ADF69 (or 0x9ADF69) is known color: Feijoa. HEX triplet: 9A, DF and 69. RGB value is (154,223,105). Sum of RGB (Red+Green+Blue) = 154+223+105=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF69 is #652096. Grayscale: #BDBDBD. Windows color (decimal): -6627479 or 6938522. OLE color: 6938522.

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

Color convert

RGB 154 223 105 -
CMYK 0.31 0 0.53 0.13
HSL 95.08º 0.65% 0.64% -
HSV(B) 95.08º 0.53% 0.87% -
XYZ 42.26 60.67 22.85 -
YUV 188.92 80.64 103.09 -
System Red Green Blue C M Y K H S L
Decimal 154 223 105 0.31 0 0.53 0.13 95.08 0.65 0.64
Hex 9A DF 69 1F 0 35 D 5F 41 40
Octal 232 337 151 37 0 65 15 137 101 100
Binary 10011010 11011111 1101001 11111 0 110101 1101 1011111 1000001 1000000

Color Harmonies of #9ADF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADF69

Black with #9ADF69

Text Example


Text Example

White with #9ADF69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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