Html Css Color HEX #AFE07B Feijoa

📋 copy color: '#AFE07B'

red 175 ◦ green 224 ◦ blue 123

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

Shades of Feijoa #AFE07B

Tints of Feijoa #AFE07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.56%

R = 33.52%
G = 42.91%
B = 23.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#AFE07B (or 0xAFE07B) is known color: Feijoa. HEX triplet: AF, E0 and 7B. RGB value is (175,224,123). Sum of RGB (Red+Green+Blue) = 175+224+123=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE07B is #501F84. Grayscale: #C6C6C6. Windows color (decimal): -5250949 or 8118447. OLE color: 8118447.

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

Color convert

RGB 175 224 123 -
CMYK 0.22 0 0.45 0.12
HSL 89.11º 0.62% 0.68% -
HSV(B) 89.11º 0.45% 0.88% -
XYZ 47.91 63.86 28.54 -
YUV 197.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 175 224 123 0.22 0 0.45 0.12 89.11 0.62 0.68
Hex AF E0 7B 16 0 2D C 59 3E 44
Octal 257 340 173 26 0 55 14 131 76 104
Binary 10101111 11100000 1111011 10110 0 101101 1100 1011001 111110 1000100

Color Harmonies of #AFE07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE07B

Black with #AFE07B

Text Example


Text Example

White with #AFE07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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