Html Css Color HEX #9ADC67 Feijoa

📋 copy color: '#9ADC67'

red 154 ◦ green 220 ◦ blue 103

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

Shades of Feijoa #9ADC67

Tints of Feijoa #9ADC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.59%

R = 32.29%
G = 46.12%
B = 21.59%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#9ADC67 (or 0x9ADC67) is known color: Feijoa. HEX triplet: 9A, DC and 67. RGB value is (154,220,103). Sum of RGB (Red+Green+Blue) = 154+220+103=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC67 is #652398. Grayscale: #BBBBBB. Windows color (decimal): -6628249 or 6806682. OLE color: 6806682.

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

Color convert

RGB 154 220 103 -
CMYK 0.3 0 0.53 0.14
HSL 93.85º 0.63% 0.63% -
HSV(B) 93.85º 0.53% 0.86% -
XYZ 41.37 59.04 22.05 -
YUV 186.93 80.63 104.51 -
System Red Green Blue C M Y K H S L
Decimal 154 220 103 0.3 0 0.53 0.14 93.85 0.63 0.63
Hex 9A DC 67 1E 0 35 E 5E 3F 3F
Octal 232 334 147 36 0 65 16 136 77 77
Binary 10011010 11011100 1100111 11110 0 110101 1110 1011110 111111 111111

Color Harmonies of #9ADC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADC67

Black with #9ADC67

Text Example


Text Example

White with #9ADC67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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