Html Css Color HEX #A5F27D Feijoa

📋 copy color: '#A5F27D'

red 165 ◦ green 242 ◦ blue 125

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

Shades of Feijoa #A5F27D

Tints of Feijoa #A5F27D

RGB

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

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

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

R = 31.02%
G = 45.49%
B = 23.5%

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

#A5F27D (or 0xA5F27D) is known color: Feijoa. HEX triplet: A5, F2 and 7D. RGB value is (165,242,125). Sum of RGB (Red+Green+Blue) = 165+242+125=532 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.02% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F27D is #5A0D82. Grayscale: #CECECE. Windows color (decimal): -5901699 or 8254117. OLE color: 8254117.

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

Color convert

RGB 165 242 125 -
CMYK 0.32 0 0.48 0.05
HSL 99.49º 0.82% 0.72% -
HSV(B) 99.49º 0.48% 0.95% -
XYZ 50.97 72.98 30.8 -
YUV 205.64 82.49 99.01 -
System Red Green Blue C M Y K H S L
Decimal 165 242 125 0.32 0 0.48 0.05 99.49 0.82 0.72
Hex A5 F2 7D 20 0 30 5 63 52 48
Octal 245 362 175 40 0 60 5 143 122 110
Binary 10100101 11110010 1111101 100000 0 110000 101 1100011 1010010 1001000

Color Harmonies of #A5F27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F27D

Black with #A5F27D

Text Example


Text Example

White with #A5F27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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