Html Css Color HEX #A5F17D Feijoa

📋 copy color: '#A5F17D'

red 165 ◦ green 241 ◦ blue 125

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

Shades of Feijoa #A5F17D

Tints of Feijoa #A5F17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.39%

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

R = 31.07%
G = 45.39%
B = 23.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#A5F17D (or 0xA5F17D) is known color: Feijoa. HEX triplet: A5, F1 and 7D. RGB value is (165,241,125). Sum of RGB (Red+Green+Blue) = 165+241+125=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F17D is #5A0E82. Grayscale: #CDCDCD. Windows color (decimal): -5901955 or 8253861. OLE color: 8253861.

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

Color convert

RGB 165 241 125 -
CMYK 0.32 0 0.48 0.05
HSL 99.31º 0.81% 0.72% -
HSV(B) 99.31º 0.48% 0.95% -
XYZ 50.67 72.39 30.7 -
YUV 205.05 82.82 99.43 -
System Red Green Blue C M Y K H S L
Decimal 165 241 125 0.32 0 0.48 0.05 99.31 0.81 0.72
Hex A5 F1 7D 20 0 30 5 63 51 48
Octal 245 361 175 40 0 60 5 143 121 110
Binary 10100101 11110001 1111101 100000 0 110000 101 1100011 1010001 1001000

Color Harmonies of #A5F17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F17D

Black with #A5F17D

Text Example


Text Example

White with #A5F17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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