Html Css Color HEX #A2D67F Feijoa

📋 copy color: '#A2D67F'

red 162 ◦ green 214 ◦ blue 127

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

Shades of Feijoa #A2D67F

Tints of Feijoa #A2D67F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.54%

 BLUE value IS 127 (50% from 255) = 25.25%

R = 32.21%
G = 42.54%
B = 25.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#A2D67F (or 0xA2D67F) is known color: Feijoa. HEX triplet: A2, D6 and 7F. RGB value is (162,214,127). Sum of RGB (Red+Green+Blue) = 162+214+127=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D67F is #5D2980. Grayscale: #BCBCBC. Windows color (decimal): -6105473 or 8378018. OLE color: 8378018.

HSL color Cylindrical-coordinate representation of color #A2D67F: hue angle of 95.86º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D67F is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 214 127 -
CMYK 0.24 0 0.41 0.16
HSL 95.86º 0.51% 0.67% -
HSV(B) 95.86º 0.41% 0.84% -
XYZ 42.78 57.31 28.89 -
YUV 188.53 93.27 109.07 -
System Red Green Blue C M Y K H S L
Decimal 162 214 127 0.24 0 0.41 0.16 95.86 0.51 0.67
Hex A2 D6 7F 18 0 29 10 60 33 43
Octal 242 326 177 30 0 51 20 140 63 103
Binary 10100010 11010110 1111111 11000 0 101001 10000 1100000 110011 1000011

Color Harmonies of #A2D67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D67F

Black with #A2D67F

Text Example


Text Example

White with #A2D67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D67F; }

 p { color: rgb(162,214,127); }

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

background-color css

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

 a { background-color: rgb(162,214,127); }

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

border-color css

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

 span { border-color: rgb(162,214,127); }

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