Html Css Color HEX #A2EE68 Feijoa

📋 copy color: '#A2EE68'

red 162 ◦ green 238 ◦ blue 104

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

Shades of Feijoa #A2EE68

Tints of Feijoa #A2EE68

RGB

 RED value IS 162 (63.67% from 255) = 32.14%

 GREEN value IS 238 (93.36% from 255) = 47.22%

 BLUE value IS 104 (41.02% from 255) = 20.63%

R = 32.14%
G = 47.22%
B = 20.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#A2EE68 (or 0xA2EE68) is known color: Feijoa. HEX triplet: A2, EE and 68. RGB value is (162,238,104). Sum of RGB (Red+Green+Blue) = 162+238+104=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EE68 is #5D1197. Grayscale: #C8C8C8. Windows color (decimal): -6099352 or 6876834. OLE color: 6876834.

HSL color Cylindrical-coordinate representation of color #A2EE68: hue angle of 94.03º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2EE68 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 238 104 -
CMYK 0.32 0 0.56 0.07
HSL 94.03º 0.8% 0.67% -
HSV(B) 94.03º 0.56% 0.93% -
XYZ 47.97 69.83 24.05 -
YUV 200 73.82 100.9 -
System Red Green Blue C M Y K H S L
Decimal 162 238 104 0.32 0 0.56 0.07 94.03 0.8 0.67
Hex A2 EE 68 20 0 38 7 5E 50 43
Octal 242 356 150 40 0 70 7 136 120 103
Binary 10100010 11101110 1101000 100000 0 111000 111 1011110 1010000 1000011

Color Harmonies of #A2EE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EE68

Black with #A2EE68

Text Example


Text Example

White with #A2EE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EE68; }

 p { color: rgb(162,238,104); }

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

background-color css

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

 a { background-color: rgb(162,238,104); }

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

border-color css

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

 span { border-color: rgb(162,238,104); }

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