Html Css Color HEX #9ADC69 Feijoa

📋 copy color: '#9ADC69'

red 154 ◦ green 220 ◦ blue 105

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

Shades of Feijoa #9ADC69

Tints of Feijoa #9ADC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

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

R = 32.15%
G = 45.93%
B = 21.92%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#9ADC69 (or 0x9ADC69) is known color: Feijoa. HEX triplet: 9A, DC and 69. RGB value is (154,220,105). Sum of RGB (Red+Green+Blue) = 154+220+105=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC69 is #652396. Grayscale: #BBBBBB. Windows color (decimal): -6628247 or 6937754. OLE color: 6937754.

HSL color Cylindrical-coordinate representation of color #9ADC69: hue angle of 94.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ADC69 is Cyan = 0.3, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 220 105 -
CMYK 0.3 0 0.52 0.14
HSL 94.43º 0.62% 0.64% -
HSV(B) 94.43º 0.52% 0.86% -
XYZ 41.47 59.08 22.58 -
YUV 187.16 81.63 104.35 -
System Red Green Blue C M Y K H S L
Decimal 154 220 105 0.3 0 0.52 0.14 94.43 0.62 0.64
Hex 9A DC 69 1E 0 34 E 5E 3E 40
Octal 232 334 151 36 0 64 16 136 76 100
Binary 10011010 11011100 1101001 11110 0 110100 1110 1011110 111110 1000000

Color Harmonies of #9ADC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC69

Black with #9ADC69

Text Example


Text Example

White with #9ADC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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