Html Css Color HEX #A0F37D Feijoa

📋 copy color: '#A0F37D'

red 160 ◦ green 243 ◦ blue 125

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

Shades of Feijoa #A0F37D

Tints of Feijoa #A0F37D

RGB

 RED value IS 160 (62.89% from 255) = 30.3%

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

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

R = 30.3%
G = 46.02%
B = 23.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#A0F37D (or 0xA0F37D) is known color: Feijoa. HEX triplet: A0, F3 and 7D. RGB value is (160,243,125). Sum of RGB (Red+Green+Blue) = 160+243+125=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F37D is #5F0C82. Grayscale: #CDCDCD. Windows color (decimal): -6229123 or 8254368. OLE color: 8254368.

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

Color convert

RGB 160 243 125 -
CMYK 0.34 0 0.49 0.05
HSL 102.2º 0.83% 0.72% -
HSV(B) 102.2º 0.49% 0.95% -
XYZ 50.25 73.06 30.85 -
YUV 204.73 83 96.09 -
System Red Green Blue C M Y K H S L
Decimal 160 243 125 0.34 0 0.49 0.05 102.2 0.83 0.72
Hex A0 F3 7D 22 0 31 5 66 53 48
Octal 240 363 175 42 0 61 5 146 123 110
Binary 10100000 11110011 1111101 100010 0 110001 101 1100110 1010011 1001000

Color Harmonies of #A0F37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F37D

Black with #A0F37D

Text Example


Text Example

White with #A0F37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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