Html Css Color HEX #AFE285 Feijoa

📋 copy color: '#AFE285'

red 175 ◦ green 226 ◦ blue 133

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

Shades of Feijoa #AFE285

Tints of Feijoa #AFE285

RGB

 RED value IS 175 (68.75% from 255) = 32.77%

 GREEN value IS 226 (88.67% from 255) = 42.32%

 BLUE value IS 133 (52.34% from 255) = 24.91%

R = 32.77%
G = 42.32%
B = 24.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#AFE285 (or 0xAFE285) is known color: Feijoa. HEX triplet: AF, E2 and 85. RGB value is (175,226,133). Sum of RGB (Red+Green+Blue) = 175+226+133=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 226 (88.67% from 255 or 42.32% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE285 is #501D7A. Grayscale: #C8C8C8. Windows color (decimal): -5250427 or 8774319. OLE color: 8774319.

HSL color Cylindrical-coordinate representation of color #AFE285: hue angle of 92.9º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE285 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 133 -
CMYK 0.23 0 0.41 0.11
HSL 92.9º 0.62% 0.7% -
HSV(B) 92.9º 0.41% 0.89% -
XYZ 49.11 65.2 32.19 -
YUV 200.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 175 226 133 0.23 0 0.41 0.11 92.9 0.62 0.7
Hex AF E2 85 17 0 29 B 5D 3E 46
Octal 257 342 205 27 0 51 13 135 76 106
Binary 10101111 11100010 10000101 10111 0 101001 1011 1011101 111110 1000110

Color Harmonies of #AFE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE285

Black with #AFE285

Text Example


Text Example

White with #AFE285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE285; }

 p { color: rgb(175,226,133); }

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

background-color css

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

 a { background-color: rgb(175,226,133); }

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

border-color css

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

 span { border-color: rgb(175,226,133); }

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