Html Css Color HEX #AFF683 Feijoa

📋 copy color: '#AFF683'

red 175 ◦ green 246 ◦ blue 131

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

Shades of Feijoa #AFF683

Tints of Feijoa #AFF683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.73%

R = 31.7%
G = 44.57%
B = 23.73%

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

#AFF683 (or 0xAFF683) is known color: Feijoa. HEX triplet: AF, F6 and 83. RGB value is (175,246,131). Sum of RGB (Red+Green+Blue) = 175+246+131=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 246 (96.48% from 255 or 44.57% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF683 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF683 is #50097C. Grayscale: #D4D4D4. Windows color (decimal): -5245309 or 8648367. OLE color: 8648367.

HSL color Cylindrical-coordinate representation of color #AFF683: hue angle of 97.04º degrees, saturation: 0.86, 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 #AFF683 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 131 -
CMYK 0.29 0 0.47 0.04
HSL 97.04º 0.86% 0.74% -
HSV(B) 97.04º 0.47% 0.96% -
XYZ 54.73 76.66 33.39 -
YUV 211.66 82.48 101.85 -
System Red Green Blue C M Y K H S L
Decimal 175 246 131 0.29 0 0.47 0.04 97.04 0.86 0.74
Hex AF F6 83 1D 0 2F 4 61 56 4A
Octal 257 366 203 35 0 57 4 141 126 112
Binary 10101111 11110110 10000011 11101 0 101111 100 1100001 1010110 1001010

Color Harmonies of #AFF683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF683

Black with #AFF683

Text Example


Text Example

White with #AFF683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF683; }

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

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

background-color css

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

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

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

border-color css

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

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

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