Html Css Color HEX #A5FB6E Feijoa

📋 copy color: '#A5FB6E'

red 165 ◦ green 251 ◦ blue 110

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

Shades of Feijoa #A5FB6E

Tints of Feijoa #A5FB6E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47.72%

 BLUE value IS 110 (43.36% from 255) = 20.91%

R = 31.37%
G = 47.72%
B = 20.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#A5FB6E (or 0xA5FB6E) is known color: Feijoa. HEX triplet: A5, FB and 6E. RGB value is (165,251,110). Sum of RGB (Red+Green+Blue) = 165+251+110=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 251 (98.44% from 255 or 47.72% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FB6E is #5A0491. Grayscale: #D1D1D1. Windows color (decimal): -5899410 or 7273381. OLE color: 7273381.

HSL color Cylindrical-coordinate representation of color #A5FB6E: hue angle of 96.6º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A5FB6E is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 251 110 -
CMYK 0.34 0 0.56 0.02
HSL 96.6º 0.95% 0.71% -
HSV(B) 96.6º 0.56% 0.98% -
XYZ 52.83 78.12 27.05 -
YUV 209.21 72.01 96.46 -
System Red Green Blue C M Y K H S L
Decimal 165 251 110 0.34 0 0.56 0.02 96.6 0.95 0.71
Hex A5 FB 6E 22 0 38 2 61 5F 47
Octal 245 373 156 42 0 70 2 141 137 107
Binary 10100101 11111011 1101110 100010 0 111000 10 1100001 1011111 1000111

Color Harmonies of #A5FB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FB6E

Black with #A5FB6E

Text Example


Text Example

White with #A5FB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FB6E; }

 p { color: rgb(165,251,110); }

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

background-color css

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

 a { background-color: rgb(165,251,110); }

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

border-color css

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

 span { border-color: rgb(165,251,110); }

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