Html Css Color HEX #AFE68A Feijoa

📋 copy color: '#AFE68A'

red 175 ◦ green 230 ◦ blue 138

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

Shades of Feijoa #AFE68A

Tints of Feijoa #AFE68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 32.23%
G = 42.36%
B = 25.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#AFE68A (or 0xAFE68A) is known color: Feijoa. HEX triplet: AF, E6 and 8A. RGB value is (175,230,138). Sum of RGB (Red+Green+Blue) = 175+230+138=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE68A is #501975. Grayscale: #CBCBCB. Windows color (decimal): -5249398 or 9103023. OLE color: 9103023.

HSL color Cylindrical-coordinate representation of color #AFE68A: hue angle of 95.87º 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 #AFE68A is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 138 -
CMYK 0.24 0 0.4 0.10
HSL 95.87º 0.65% 0.72% -
HSV(B) 95.87º 0.4% 0.9% -
XYZ 50.56 67.54 34.42 -
YUV 203.07 91.28 107.98 -
System Red Green Blue C M Y K H S L
Decimal 175 230 138 0.24 0 0.4 0.10 95.87 0.65 0.72
Hex AF E6 8A 18 0 28 A 60 41 48
Octal 257 346 212 30 0 50 12 140 101 110
Binary 10101111 11100110 10001010 11000 0 101000 1010 1100000 1000001 1001000

Color Harmonies of #AFE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE68A

Black with #AFE68A

Text Example


Text Example

White with #AFE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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