Html Css Color HEX #A5F36E Feijoa

📋 copy color: '#A5F36E'

red 165 ◦ green 243 ◦ blue 110

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

Shades of Feijoa #A5F36E

Tints of Feijoa #A5F36E

RGB

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

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

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

R = 31.85%
G = 46.91%
B = 21.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#A5F36E (or 0xA5F36E) is known color: Feijoa. HEX triplet: A5, F3 and 6E. RGB value is (165,243,110). Sum of RGB (Red+Green+Blue) = 165+243+110=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F36E is #5A0C91. Grayscale: #CCCCCC. Windows color (decimal): -5901458 or 7271333. OLE color: 7271333.

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

Color convert

RGB 165 243 110 -
CMYK 0.32 0 0.55 0.05
HSL 95.19º 0.85% 0.69% -
HSV(B) 95.19º 0.55% 0.95% -
XYZ 50.38 73.23 26.23 -
YUV 204.52 74.66 99.81 -
System Red Green Blue C M Y K H S L
Decimal 165 243 110 0.32 0 0.55 0.05 95.19 0.85 0.69
Hex A5 F3 6E 20 0 37 5 5F 55 45
Octal 245 363 156 40 0 67 5 137 125 105
Binary 10100101 11110011 1101110 100000 0 110111 101 1011111 1010101 1000101

Color Harmonies of #A5F36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F36E

Black with #A5F36E

Text Example


Text Example

White with #A5F36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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