Html Css Color HEX #A8DF72 Feijoa

📋 copy color: '#A8DF72'

red 168 ◦ green 223 ◦ blue 114

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

Shades of Feijoa #A8DF72

Tints of Feijoa #A8DF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 33.27%
G = 44.16%
B = 22.57%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#A8DF72 (or 0xA8DF72) is known color: Feijoa. HEX triplet: A8, DF and 72. RGB value is (168,223,114). Sum of RGB (Red+Green+Blue) = 168+223+114=505 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.27% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF72 is #57208D. Grayscale: #C2C2C2. Windows color (decimal): -5709966 or 7528360. OLE color: 7528360.

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

Color convert

RGB 168 223 114 -
CMYK 0.25 0 0.49 0.13
HSL 90.28º 0.63% 0.66% -
HSV(B) 90.28º 0.49% 0.87% -
XYZ 45.57 62.32 25.55 -
YUV 194.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 168 223 114 0.25 0 0.49 0.13 90.28 0.63 0.66
Hex A8 DF 72 19 0 31 D 5A 3F 42
Octal 250 337 162 31 0 61 15 132 77 102
Binary 10101000 11011111 1110010 11001 0 110001 1101 1011010 111111 1000010

Color Harmonies of #A8DF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DF72

Black with #A8DF72

Text Example


Text Example

White with #A8DF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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