Html Css Color HEX #A5F37D Feijoa

📋 copy color: '#A5F37D'

red 165 ◦ green 243 ◦ blue 125

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

Shades of Feijoa #A5F37D

Tints of Feijoa #A5F37D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.59%

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

R = 30.96%
G = 45.59%
B = 23.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#A5F37D (or 0xA5F37D) is known color: Feijoa. HEX triplet: A5, F3 and 7D. RGB value is (165,243,125). Sum of RGB (Red+Green+Blue) = 165+243+125=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F37D is #5A0C82. Grayscale: #CECECE. Windows color (decimal): -5901443 or 8254373. OLE color: 8254373.

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

Color convert

RGB 165 243 125 -
CMYK 0.32 0 0.49 0.05
HSL 99.66º 0.83% 0.72% -
HSV(B) 99.66º 0.49% 0.95% -
XYZ 51.27 73.58 30.9 -
YUV 206.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 165 243 125 0.32 0 0.49 0.05 99.66 0.83 0.72
Hex A5 F3 7D 20 0 31 5 64 53 48
Octal 245 363 175 40 0 61 5 144 123 110
Binary 10100101 11110011 1111101 100000 0 110001 101 1100100 1010011 1001000

Color Harmonies of #A5F37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F37D

Black with #A5F37D

Text Example


Text Example

White with #A5F37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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