Html Css Color HEX #A2CE75 Feijoa

📋 copy color: '#A2CE75'

red 162 ◦ green 206 ◦ blue 117

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

Shades of Feijoa #A2CE75

Tints of Feijoa #A2CE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 117 (46.09% from 255) = 24.12%

R = 33.4%
G = 42.47%
B = 24.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#A2CE75 (or 0xA2CE75) is known color: Feijoa. HEX triplet: A2, CE and 75. RGB value is (162,206,117). Sum of RGB (Red+Green+Blue) = 162+206+117=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE75 is #5D318A. Grayscale: #B7B7B7. Windows color (decimal): -6107531 or 7720610. OLE color: 7720610.

HSL color Cylindrical-coordinate representation of color #A2CE75: hue angle of 89.66º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2CE75 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 206 117 -
CMYK 0.21 0 0.43 0.19
HSL 89.66º 0.48% 0.63% -
HSV(B) 89.66º 0.43% 0.81% -
XYZ 40.18 53.11 24.96 -
YUV 182.7 90.92 113.24 -
System Red Green Blue C M Y K H S L
Decimal 162 206 117 0.21 0 0.43 0.19 89.66 0.48 0.63
Hex A2 CE 75 15 0 2B 13 5A 30 3F
Octal 242 316 165 25 0 53 23 132 60 77
Binary 10100010 11001110 1110101 10101 0 101011 10011 1011010 110000 111111

Color Harmonies of #A2CE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CE75

Black with #A2CE75

Text Example


Text Example

White with #A2CE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CE75; }

 p { color: rgb(162,206,117); }

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

background-color css

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

 a { background-color: rgb(162,206,117); }

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

border-color css

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

 span { border-color: rgb(162,206,117); }

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