Html Css Color HEX #A5F670 Feijoa

📋 copy color: '#A5F670'

red 165 ◦ green 246 ◦ blue 112

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

Shades of Feijoa #A5F670

Tints of Feijoa #A5F670

RGB

 RED value IS 165 (64.84% from 255) = 31.55%

 GREEN value IS 246 (96.48% from 255) = 47.04%

 BLUE value IS 112 (44.14% from 255) = 21.41%

R = 31.55%
G = 47.04%
B = 21.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#A5F670 (or 0xA5F670) is known color: Feijoa. HEX triplet: A5, F6 and 70. RGB value is (165,246,112). Sum of RGB (Red+Green+Blue) = 165+246+112=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F670 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F670 is #5A098F. Grayscale: #CECECE. Windows color (decimal): -5900688 or 7403173. OLE color: 7403173.

HSL color Cylindrical-coordinate representation of color #A5F670: hue angle of 96.27º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5F670 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 165 246 112 -
CMYK 0.33 0 0.54 0.04
HSL 96.27º 0.88% 0.7% -
HSV(B) 96.27º 0.54% 0.96% -
XYZ 51.4 75.08 27.11 -
YUV 206.51 74.66 98.4 -
System Red Green Blue C M Y K H S L
Decimal 165 246 112 0.33 0 0.54 0.04 96.27 0.88 0.7
Hex A5 F6 70 21 0 36 4 60 58 46
Octal 245 366 160 41 0 66 4 140 130 106
Binary 10100101 11110110 1110000 100001 0 110110 100 1100000 1011000 1000110

Color Harmonies of #A5F670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F670

Black with #A5F670

Text Example


Text Example

White with #A5F670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F670; }

 p { color: rgb(165,246,112); }

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

background-color css

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

 a { background-color: rgb(165,246,112); }

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

border-color css

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

 span { border-color: rgb(165,246,112); }

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