Html Css Color HEX #A8DF74 Feijoa

📋 copy color: '#A8DF74'

red 168 ◦ green 223 ◦ blue 116

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

Shades of Feijoa #A8DF74

Tints of Feijoa #A8DF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.98%

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

R = 33.14%
G = 43.98%
B = 22.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A8DF74 (or 0xA8DF74) is known color: Feijoa. HEX triplet: A8, DF and 74. RGB value is (168,223,116). Sum of RGB (Red+Green+Blue) = 168+223+116=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF74 is #57208B. Grayscale: #C2C2C2. Windows color (decimal): -5709964 or 7659432. OLE color: 7659432.

HSL color Cylindrical-coordinate representation of color #A8DF74: hue angle of 90.84º degrees, saturation: 0.63, 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 #A8DF74 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 223 116 -
CMYK 0.25 0 0.48 0.13
HSL 90.84º 0.63% 0.66% -
HSV(B) 90.84º 0.48% 0.87% -
XYZ 45.69 62.36 26.15 -
YUV 194.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 168 223 116 0.25 0 0.48 0.13 90.84 0.63 0.66
Hex A8 DF 74 19 0 30 D 5B 3F 42
Octal 250 337 164 31 0 60 15 133 77 102
Binary 10101000 11011111 1110100 11001 0 110000 1101 1011011 111111 1000010

Color Harmonies of #A8DF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF74

Black with #A8DF74

Text Example


Text Example

White with #A8DF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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