Html Css Color HEX #A5F27F Feijoa

📋 copy color: '#A5F27F'

red 165 ◦ green 242 ◦ blue 127

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

Shades of Feijoa #A5F27F

Tints of Feijoa #A5F27F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

 BLUE value IS 127 (50% from 255) = 23.78%

R = 30.9%
G = 45.32%
B = 23.78%

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

#A5F27F (or 0xA5F27F) is known color: Feijoa. HEX triplet: A5, F2 and 7F. RGB value is (165,242,127). Sum of RGB (Red+Green+Blue) = 165+242+127=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F27F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F27F is #5A0D80. Grayscale: #CECECE. Windows color (decimal): -5901697 or 8385189. OLE color: 8385189.

HSL color Cylindrical-coordinate representation of color #A5F27F: hue angle of 100.17º degrees, saturation: 0.82, 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 #A5F27F is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 242 127 -
CMYK 0.32 0 0.48 0.05
HSL 100.17º 0.82% 0.72% -
HSV(B) 100.17º 0.48% 0.95% -
XYZ 51.1 73.04 31.48 -
YUV 205.87 83.49 98.85 -
System Red Green Blue C M Y K H S L
Decimal 165 242 127 0.32 0 0.48 0.05 100.17 0.82 0.72
Hex A5 F2 7F 20 0 30 5 64 52 48
Octal 245 362 177 40 0 60 5 144 122 110
Binary 10100101 11110010 1111111 100000 0 110000 101 1100100 1010010 1001000

Color Harmonies of #A5F27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F27F

Black with #A5F27F

Text Example


Text Example

White with #A5F27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F27F; }

 p { color: rgb(165,242,127); }

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

background-color css

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

 a { background-color: rgb(165,242,127); }

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

border-color css

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

 span { border-color: rgb(165,242,127); }

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