Html Css Color HEX #AFE07E Feijoa

📋 copy color: '#AFE07E'

red 175 ◦ green 224 ◦ blue 126

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

Shades of Feijoa #AFE07E

Tints of Feijoa #AFE07E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

 BLUE value IS 126 (49.61% from 255) = 24%

R = 33.33%
G = 42.67%
B = 24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#AFE07E (or 0xAFE07E) is known color: Feijoa. HEX triplet: AF, E0 and 7E. RGB value is (175,224,126). Sum of RGB (Red+Green+Blue) = 175+224+126=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE07E is #501F81. Grayscale: #C6C6C6. Windows color (decimal): -5250946 or 8315055. OLE color: 8315055.

HSL color Cylindrical-coordinate representation of color #AFE07E: hue angle of 90º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE07E is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 126 -
CMYK 0.22 0 0.44 0.12
HSL 90º 0.61% 0.69% -
HSV(B) 90º 0.44% 0.88% -
XYZ 48.1 63.93 29.54 -
YUV 198.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 175 224 126 0.22 0 0.44 0.12 90 0.61 0.69
Hex AF E0 7E 16 0 2C C 5A 3D 45
Octal 257 340 176 26 0 54 14 132 75 105
Binary 10101111 11100000 1111110 10110 0 101100 1100 1011010 111101 1000101

Color Harmonies of #AFE07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE07E

Black with #AFE07E

Text Example


Text Example

White with #AFE07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE07E; }

 p { color: rgb(175,224,126); }

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

background-color css

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

 a { background-color: rgb(175,224,126); }

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

border-color css

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

 span { border-color: rgb(175,224,126); }

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