Html Css Color HEX #AFE07D Feijoa

📋 copy color: '#AFE07D'

red 175 ◦ green 224 ◦ blue 125

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

Shades of Feijoa #AFE07D

Tints of Feijoa #AFE07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.85%

R = 33.4%
G = 42.75%
B = 23.85%

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

#AFE07D (or 0xAFE07D) is known color: Feijoa. HEX triplet: AF, E0 and 7D. RGB value is (175,224,125). Sum of RGB (Red+Green+Blue) = 175+224+125=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE07D is #501F82. Grayscale: #C6C6C6. Windows color (decimal): -5250947 or 8249519. OLE color: 8249519.

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

Color convert

RGB 175 224 125 -
CMYK 0.22 0 0.44 0.12
HSL 89.7º 0.61% 0.68% -
HSV(B) 89.7º 0.44% 0.88% -
XYZ 48.04 63.91 29.21 -
YUV 198.06 86.77 111.55 -
System Red Green Blue C M Y K H S L
Decimal 175 224 125 0.22 0 0.44 0.12 89.7 0.61 0.68
Hex AF E0 7D 16 0 2C C 5A 3D 44
Octal 257 340 175 26 0 54 14 132 75 104
Binary 10101111 11100000 1111101 10110 0 101100 1100 1011010 111101 1000100

Color Harmonies of #AFE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE07D

Black with #AFE07D

Text Example


Text Example

White with #AFE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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