Html Css Color HEX #A8CF79 Feijoa

📋 copy color: '#A8CF79'

red 168 ◦ green 207 ◦ blue 121

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

Shades of Feijoa #A8CF79

Tints of Feijoa #A8CF79

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.73%

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 33.87%
G = 41.73%
B = 24.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#A8CF79 (or 0xA8CF79) is known color: Feijoa. HEX triplet: A8, CF and 79. RGB value is (168,207,121). Sum of RGB (Red+Green+Blue) = 168+207+121=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF79 is #573086. Grayscale: #B9B9B9. Windows color (decimal): -5714055 or 7983016. OLE color: 7983016.

HSL color Cylindrical-coordinate representation of color #A8CF79: hue angle of 87.21º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8CF79 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 207 121 -
CMYK 0.19 0 0.42 0.19
HSL 87.21º 0.47% 0.64% -
HSV(B) 87.21º 0.42% 0.81% -
XYZ 41.91 54.33 26.37 -
YUV 185.54 91.58 115.49 -
System Red Green Blue C M Y K H S L
Decimal 168 207 121 0.19 0 0.42 0.19 87.21 0.47 0.64
Hex A8 CF 79 13 0 2A 13 57 2F 40
Octal 250 317 171 23 0 52 23 127 57 100
Binary 10101000 11001111 1111001 10011 0 101010 10011 1010111 101111 1000000

Color Harmonies of #A8CF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF79

Black with #A8CF79

Text Example


Text Example

White with #A8CF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF79; }

 p { color: rgb(168,207,121); }

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

background-color css

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

 a { background-color: rgb(168,207,121); }

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

border-color css

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

 span { border-color: rgb(168,207,121); }

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