Html Css Color HEX #A0F367 Feijoa

📋 copy color: '#A0F367'

red 160 ◦ green 243 ◦ blue 103

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

Shades of Feijoa #A0F367

Tints of Feijoa #A0F367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.36%

R = 31.62%
G = 48.02%
B = 20.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#A0F367 (or 0xA0F367) is known color: Feijoa. HEX triplet: A0, F3 and 67. RGB value is (160,243,103). Sum of RGB (Red+Green+Blue) = 160+243+103=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F367 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F367 is #5F0C98. Grayscale: #CACACA. Windows color (decimal): -6229145 or 6812576. OLE color: 6812576.

HSL color Cylindrical-coordinate representation of color #A0F367: hue angle of 95.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0F367 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 243 103 -
CMYK 0.34 0 0.58 0.05
HSL 95.57º 0.85% 0.68% -
HSV(B) 95.57º 0.58% 0.95% -
XYZ 49 72.55 24.25 -
YUV 202.22 72 97.88 -
System Red Green Blue C M Y K H S L
Decimal 160 243 103 0.34 0 0.58 0.05 95.57 0.85 0.68
Hex A0 F3 67 22 0 3A 5 60 55 44
Octal 240 363 147 42 0 72 5 140 125 104
Binary 10100000 11110011 1100111 100010 0 111010 101 1100000 1010101 1000100

Color Harmonies of #A0F367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F367

Black with #A0F367

Text Example


Text Example

White with #A0F367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F367; }

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

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

background-color css

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

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

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

border-color css

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

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

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