Html Css Color HEX #A8CF93 Feijoa

📋 copy color: '#A8CF93'

red 168 ◦ green 207 ◦ blue 147

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

Shades of Feijoa #A8CF93

Tints of Feijoa #A8CF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.16%

R = 32.18%
G = 39.66%
B = 28.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#A8CF93 (or 0xA8CF93) is known color: Feijoa. HEX triplet: A8, CF and 93. RGB value is (168,207,147). Sum of RGB (Red+Green+Blue) = 168+207+147=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CF93 is #57306C. Grayscale: #BCBCBC. Windows color (decimal): -5714029 or 9686952. OLE color: 9686952.

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

Color convert

RGB 168 207 147 -
CMYK 0.19 0 0.29 0.19
HSL 99º 0.38% 0.69% -
HSV(B) 99º 0.29% 0.81% -
XYZ 43.73 55.06 35.93 -
YUV 188.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 168 207 147 0.19 0 0.29 0.19 99 0.38 0.69
Hex A8 CF 93 13 0 1D 13 63 26 45
Octal 250 317 223 23 0 35 23 143 46 105
Binary 10101000 11001111 10010011 10011 0 11101 10011 1100011 100110 1000101

Color Harmonies of #A8CF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CF93

Black with #A8CF93

Text Example


Text Example

White with #A8CF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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