Html Css Color HEX #AFE692 Feijoa

📋 copy color: '#AFE692'

red 175 ◦ green 230 ◦ blue 146

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

Shades of Feijoa #AFE692

Tints of Feijoa #AFE692

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.74%

 BLUE value IS 146 (57.42% from 255) = 26.5%

R = 31.76%
G = 41.74%
B = 26.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#AFE692 (or 0xAFE692) is known color: Feijoa. HEX triplet: AF, E6 and 92. RGB value is (175,230,146). Sum of RGB (Red+Green+Blue) = 175+230+146=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 146 (57.42% from 255 or 26.50% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE692 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE692 is #50196D. Grayscale: #CCCCCC. Windows color (decimal): -5249390 or 9627311. OLE color: 9627311.

HSL color Cylindrical-coordinate representation of color #AFE692: hue angle of 99.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE692 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 146 -
CMYK 0.24 0 0.37 0.10
HSL 99.29º 0.63% 0.74% -
HSV(B) 99.29º 0.37% 0.9% -
XYZ 51.16 67.78 37.58 -
YUV 203.98 95.28 107.33 -
System Red Green Blue C M Y K H S L
Decimal 175 230 146 0.24 0 0.37 0.10 99.29 0.63 0.74
Hex AF E6 92 18 0 25 A 63 3F 4A
Octal 257 346 222 30 0 45 12 143 77 112
Binary 10101111 11100110 10010010 11000 0 100101 1010 1100011 111111 1001010

Color Harmonies of #AFE692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE692

Black with #AFE692

Text Example


Text Example

White with #AFE692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE692; }

 p { color: rgb(175,230,146); }

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

background-color css

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

 a { background-color: rgb(175,230,146); }

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

border-color css

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

 span { border-color: rgb(175,230,146); }

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