Html Css Color HEX #AFF682 Feijoa

📋 copy color: '#AFF682'

red 175 ◦ green 246 ◦ blue 130

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

Shades of Feijoa #AFF682

Tints of Feijoa #AFF682

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.65%

 BLUE value IS 130 (51.17% from 255) = 23.59%

R = 31.76%
G = 44.65%
B = 23.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#AFF682 (or 0xAFF682) is known color: Feijoa. HEX triplet: AF, F6 and 82. RGB value is (175,246,130). Sum of RGB (Red+Green+Blue) = 175+246+130=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF682 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF682 is #50097D. Grayscale: #D3D3D3. Windows color (decimal): -5245310 or 8582831. OLE color: 8582831.

HSL color Cylindrical-coordinate representation of color #AFF682: hue angle of 96.72º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF682 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 130 -
CMYK 0.29 0 0.47 0.04
HSL 96.72º 0.87% 0.74% -
HSV(B) 96.72º 0.47% 0.96% -
XYZ 54.66 76.64 33.03 -
YUV 211.55 81.98 101.93 -
System Red Green Blue C M Y K H S L
Decimal 175 246 130 0.29 0 0.47 0.04 96.72 0.87 0.74
Hex AF F6 82 1D 0 2F 4 61 57 4A
Octal 257 366 202 35 0 57 4 141 127 112
Binary 10101111 11110110 10000010 11101 0 101111 100 1100001 1010111 1001010

Color Harmonies of #AFF682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF682

Black with #AFF682

Text Example


Text Example

White with #AFF682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF682; }

 p { color: rgb(175,246,130); }

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

background-color css

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

 a { background-color: rgb(175,246,130); }

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

border-color css

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

 span { border-color: rgb(175,246,130); }

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