Html Css Color HEX #A8DD74 Feijoa

📋 copy color: '#A8DD74'

red 168 ◦ green 221 ◦ blue 116

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

Shades of Feijoa #A8DD74

Tints of Feijoa #A8DD74

RGB

 RED value IS 168 (66.02% from 255) = 33.27%

 GREEN value IS 221 (86.72% from 255) = 43.76%

 BLUE value IS 116 (45.7% from 255) = 22.97%

R = 33.27%
G = 43.76%
B = 22.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A8DD74 (or 0xA8DD74) is known color: Feijoa. HEX triplet: A8, DD and 74. RGB value is (168,221,116). Sum of RGB (Red+Green+Blue) = 168+221+116=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DD74 is #57228B. Grayscale: #C1C1C1. Windows color (decimal): -5710476 or 7658920. OLE color: 7658920.

HSL color Cylindrical-coordinate representation of color #A8DD74: hue angle of 90.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8DD74 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 221 116 -
CMYK 0.24 0 0.48 0.13
HSL 90.29º 0.61% 0.66% -
HSV(B) 90.29º 0.48% 0.87% -
XYZ 45.16 61.3 25.97 -
YUV 193.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 168 221 116 0.24 0 0.48 0.13 90.29 0.61 0.66
Hex A8 DD 74 18 0 30 D 5A 3D 42
Octal 250 335 164 30 0 60 15 132 75 102
Binary 10101000 11011101 1110100 11000 0 110000 1101 1011010 111101 1000010

Color Harmonies of #A8DD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DD74

Black with #A8DD74

Text Example


Text Example

White with #A8DD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DD74; }

 p { color: rgb(168,221,116); }

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

background-color css

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

 a { background-color: rgb(168,221,116); }

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

border-color css

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

 span { border-color: rgb(168,221,116); }

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