Html Css Color HEX #A5F370 Feijoa

📋 copy color: '#A5F370'

red 165 ◦ green 243 ◦ blue 112

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

Shades of Feijoa #A5F370

Tints of Feijoa #A5F370

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.73%

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

R = 31.73%
G = 46.73%
B = 21.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#A5F370 (or 0xA5F370) is known color: Feijoa. HEX triplet: A5, F3 and 70. RGB value is (165,243,112). Sum of RGB (Red+Green+Blue) = 165+243+112=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F370 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F370 is #5A0C8F. Grayscale: #CDCDCD. Windows color (decimal): -5901456 or 7402405. OLE color: 7402405.

HSL color Cylindrical-coordinate representation of color #A5F370: hue angle of 95.73º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5F370 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 243 112 -
CMYK 0.32 0 0.54 0.05
HSL 95.73º 0.85% 0.7% -
HSV(B) 95.73º 0.54% 0.95% -
XYZ 50.49 73.27 26.81 -
YUV 204.74 75.66 99.65 -
System Red Green Blue C M Y K H S L
Decimal 165 243 112 0.32 0 0.54 0.05 95.73 0.85 0.7
Hex A5 F3 70 20 0 36 5 60 55 46
Octal 245 363 160 40 0 66 5 140 125 106
Binary 10100101 11110011 1110000 100000 0 110110 101 1100000 1010101 1000110

Color Harmonies of #A5F370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F370

Black with #A5F370

Text Example


Text Example

White with #A5F370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F370; }

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

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

background-color css

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

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

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

border-color css

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

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

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