Html Css Color HEX #AFE68B Feijoa

📋 copy color: '#AFE68B'

red 175 ◦ green 230 ◦ blue 139

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

Shades of Feijoa #AFE68B

Tints of Feijoa #AFE68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.55%

R = 32.17%
G = 42.28%
B = 25.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#AFE68B (or 0xAFE68B) is known color: Feijoa. HEX triplet: AF, E6 and 8B. RGB value is (175,230,139). Sum of RGB (Red+Green+Blue) = 175+230+139=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 230 (90.23% from 255 or 42.28% from 544); Blue value is 139 (54.69% from 255 or 25.55% from 544); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE68B is #501974. Grayscale: #CBCBCB. Windows color (decimal): -5249397 or 9168559. OLE color: 9168559.

HSL color Cylindrical-coordinate representation of color #AFE68B: hue angle of 96.26º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFE68B is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 139 -
CMYK 0.24 0 0.40 0.10
HSL 96.26º 0.65% 0.72% -
HSV(B) 96.26º 0.4% 0.9% -
XYZ 50.64 67.57 34.8 -
YUV 203.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 175 230 139 0.24 0 0.40 0.10 96.26 0.65 0.72
Hex AF E6 8B 18 0 28 A 60 41 48
Octal 257 346 213 30 0 50 12 140 101 110
Binary 10101111 11100110 10001011 11000 0 101000 1010 1100000 1000001 1001000

Color Harmonies of #AFE68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE68B

Black with #AFE68B

Text Example


Text Example

White with #AFE68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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