Html Css Color HEX #A5FF70 Feijoa

📋 copy color: '#A5FF70'

red 165 ◦ green 255 ◦ blue 112

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

Shades of Feijoa #A5FF70

Tints of Feijoa #A5FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 47.93%

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

R = 31.02%
G = 47.93%
B = 21.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#A5FF70 (or 0xA5FF70) is known color: Feijoa. HEX triplet: A5, FF and 70. RGB value is (165,255,112). Sum of RGB (Red+Green+Blue) = 165+255+112=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF70 is #5A008F. Grayscale: #D4D4D4. Windows color (decimal): -5898384 or 7405477. OLE color: 7405477.

HSL color Cylindrical-coordinate representation of color #A5FF70: hue angle of 97.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5FF70 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 165 255 112 -
CMYK 0.35 0 0.56 0
HSL 97.76º 1% 0.72% -
HSV(B) 97.76º 0.56% 1% -
XYZ 54.2 80.69 28.05 -
YUV 211.79 71.68 94.63 -
System Red Green Blue C M Y K H S L
Decimal 165 255 112 0.35 0 0.56 0 97.76 1 0.72
Hex A5 FF 70 23 0 38 0 62 64 48
Octal 245 377 160 43 0 70 0 142 144 110
Binary 10100101 11111111 1110000 100011 0 111000 0 1100010 1100100 1001000

Color Harmonies of #A5FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FF70

Black with #A5FF70

Text Example


Text Example

White with #A5FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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