Html Css Color HEX #AFD292 Feijoa

📋 copy color: '#AFD292'

red 175 ◦ green 210 ◦ blue 146

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

Shades of Feijoa #AFD292

Tints of Feijoa #AFD292

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.55%

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

R = 32.96%
G = 39.55%
B = 27.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#AFD292 (or 0xAFD292) is known color: Feijoa. HEX triplet: AF, D2 and 92. RGB value is (175,210,146). Sum of RGB (Red+Green+Blue) = 175+210+146=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD292 is #502D6D. Grayscale: #C0C0C0. Windows color (decimal): -5254510 or 9622191. OLE color: 9622191.

HSL color Cylindrical-coordinate representation of color #AFD292: hue angle of 92.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFD292 is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 210 146 -
CMYK 0.17 0 0.30 0.18
HSL 92.81º 0.42% 0.7% -
HSV(B) 92.81º 0.3% 0.82% -
XYZ 45.91 57.28 35.83 -
YUV 192.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 175 210 146 0.17 0 0.30 0.18 92.81 0.42 0.7
Hex AF D2 92 11 0 1E 12 5D 2A 46
Octal 257 322 222 21 0 36 22 135 52 106
Binary 10101111 11010010 10010010 10001 0 11110 10010 1011101 101010 1000110

Color Harmonies of #AFD292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD292

Black with #AFD292

Text Example


Text Example

White with #AFD292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD292; }

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

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

background-color css

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

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

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

border-color css

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

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

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