Html Css Color HEX #9ADC65 Feijoa

📋 copy color: '#9ADC65'

red 154 ◦ green 220 ◦ blue 101

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

Shades of Feijoa #9ADC65

Tints of Feijoa #9ADC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.26%

R = 32.42%
G = 46.32%
B = 21.26%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#9ADC65 (or 0x9ADC65) is known color: Feijoa. HEX triplet: 9A, DC and 65. RGB value is (154,220,101). Sum of RGB (Red+Green+Blue) = 154+220+101=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC65 is #65239A. Grayscale: #BBBBBB. Windows color (decimal): -6628251 or 6675610. OLE color: 6675610.

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

Color convert

RGB 154 220 101 -
CMYK 0.3 0 0.54 0.14
HSL 93.28º 0.63% 0.63% -
HSV(B) 93.28º 0.54% 0.86% -
XYZ 41.27 59 21.52 -
YUV 186.7 79.63 104.68 -
System Red Green Blue C M Y K H S L
Decimal 154 220 101 0.3 0 0.54 0.14 93.28 0.63 0.63
Hex 9A DC 65 1E 0 36 E 5D 3F 3F
Octal 232 334 145 36 0 66 16 135 77 77
Binary 10011010 11011100 1100101 11110 0 110110 1110 1011101 111111 111111

Color Harmonies of #9ADC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC65

Black with #9ADC65

Text Example


Text Example

White with #9ADC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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