Html Css Color HEX #A5FD7D Feijoa

📋 copy color: '#A5FD7D'

red 165 ◦ green 253 ◦ blue 125

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

Shades of Feijoa #A5FD7D

Tints of Feijoa #A5FD7D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.59%

 BLUE value IS 125 (49.22% from 255) = 23.02%

R = 30.39%
G = 46.59%
B = 23.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#A5FD7D (or 0xA5FD7D) is known color: Feijoa. HEX triplet: A5, FD and 7D. RGB value is (165,253,125). Sum of RGB (Red+Green+Blue) = 165+253+125=543 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.39% from 543); Green value is 253 (99.22% from 255 or 46.59% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD7D is #5A0282. Grayscale: #D4D4D4. Windows color (decimal): -5898883 or 8256933. OLE color: 8256933.

HSL color Cylindrical-coordinate representation of color #A5FD7D: hue angle of 101.25º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5FD7D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 253 125 -
CMYK 0.35 0 0.51 0.01
HSL 101.25º 0.97% 0.74% -
HSV(B) 101.25º 0.51% 0.99% -
XYZ 54.34 79.73 31.93 -
YUV 212.1 78.85 94.41 -
System Red Green Blue C M Y K H S L
Decimal 165 253 125 0.35 0 0.51 0.01 101.25 0.97 0.74
Hex A5 FD 7D 23 0 33 1 65 61 4A
Octal 245 375 175 43 0 63 1 145 141 112
Binary 10100101 11111101 1111101 100011 0 110011 1 1100101 1100001 1001010

Color Harmonies of #A5FD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD7D

Black with #A5FD7D

Text Example


Text Example

White with #A5FD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD7D; }

 p { color: rgb(165,253,125); }

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

background-color css

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

 a { background-color: rgb(165,253,125); }

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

border-color css

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

 span { border-color: rgb(165,253,125); }

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