Html Css Color HEX #A5F27A Feijoa

📋 copy color: '#A5F27A'

red 165 ◦ green 242 ◦ blue 122

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

Shades of Feijoa #A5F27A

Tints of Feijoa #A5F27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.06%

R = 31.19%
G = 45.75%
B = 23.06%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#A5F27A (or 0xA5F27A) is known color: Feijoa. HEX triplet: A5, F2 and 7A. RGB value is (165,242,122). Sum of RGB (Red+Green+Blue) = 165+242+122=529 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.19% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F27A is #5A0D85. Grayscale: #CDCDCD. Windows color (decimal): -5901702 or 8057509. OLE color: 8057509.

HSL color Cylindrical-coordinate representation of color #A5F27A: hue angle of 98.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5F27A is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 242 122 -
CMYK 0.32 0 0.50 0.05
HSL 98.5º 0.82% 0.71% -
HSV(B) 98.5º 0.5% 0.95% -
XYZ 50.78 72.91 29.81 -
YUV 205.3 80.99 99.26 -
System Red Green Blue C M Y K H S L
Decimal 165 242 122 0.32 0 0.50 0.05 98.5 0.82 0.71
Hex A5 F2 7A 20 0 32 5 62 52 47
Octal 245 362 172 40 0 62 5 142 122 107
Binary 10100101 11110010 1111010 100000 0 110010 101 1100010 1010010 1000111

Color Harmonies of #A5F27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F27A

Black with #A5F27A

Text Example


Text Example

White with #A5F27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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