Html Css Color HEX #A4D077 Feijoa

📋 copy color: '#A4D077'

red 164 ◦ green 208 ◦ blue 119

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

Shades of Feijoa #A4D077

Tints of Feijoa #A4D077

RGB

 RED value IS 164 (64.45% from 255) = 33.4%

 GREEN value IS 208 (81.64% from 255) = 42.36%

 BLUE value IS 119 (46.88% from 255) = 24.24%

R = 33.4%
G = 42.36%
B = 24.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#A4D077 (or 0xA4D077) is known color: Feijoa. HEX triplet: A4, D0 and 77. RGB value is (164,208,119). Sum of RGB (Red+Green+Blue) = 164+208+119=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D077 is #5B2F88. Grayscale: #B9B9B9. Windows color (decimal): -5975945 or 7852196. OLE color: 7852196.

HSL color Cylindrical-coordinate representation of color #A4D077: hue angle of 89.66º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A4D077 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 208 119 -
CMYK 0.21 0 0.43 0.18
HSL 89.66º 0.49% 0.64% -
HSV(B) 89.66º 0.43% 0.82% -
XYZ 41.2 54.34 25.77 -
YUV 184.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 164 208 119 0.21 0 0.43 0.18 89.66 0.49 0.64
Hex A4 D0 77 15 0 2B 12 5A 31 40
Octal 244 320 167 25 0 53 22 132 61 100
Binary 10100100 11010000 1110111 10101 0 101011 10010 1011010 110001 1000000

Color Harmonies of #A4D077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D077

Black with #A4D077

Text Example


Text Example

White with #A4D077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D077; }

 p { color: rgb(164,208,119); }

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

background-color css

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

 a { background-color: rgb(164,208,119); }

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

border-color css

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

 span { border-color: rgb(164,208,119); }

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