Html Css Color HEX #AFEA7A Feijoa

📋 copy color: '#AFEA7A'

red 175 ◦ green 234 ◦ blue 122

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

Shades of Feijoa #AFEA7A

Tints of Feijoa #AFEA7A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.07%

 BLUE value IS 122 (48.05% from 255) = 22.98%

R = 32.96%
G = 44.07%
B = 22.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#AFEA7A (or 0xAFEA7A) is known color: Feijoa. HEX triplet: AF, EA and 7A. RGB value is (175,234,122). Sum of RGB (Red+Green+Blue) = 175+234+122=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEA7A is #501585. Grayscale: #CBCBCB. Windows color (decimal): -5248390 or 8055471. OLE color: 8055471.

HSL color Cylindrical-coordinate representation of color #AFEA7A: hue angle of 91.61º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFEA7A is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 122 -
CMYK 0.25 0 0.48 0.08
HSL 91.61º 0.73% 0.7% -
HSV(B) 91.61º 0.48% 0.92% -
XYZ 50.61 69.36 29.13 -
YUV 203.59 81.95 107.61 -
System Red Green Blue C M Y K H S L
Decimal 175 234 122 0.25 0 0.48 0.08 91.61 0.73 0.7
Hex AF EA 7A 19 0 30 8 5C 49 46
Octal 257 352 172 31 0 60 10 134 111 106
Binary 10101111 11101010 1111010 11001 0 110000 1000 1011100 1001001 1000110

Color Harmonies of #AFEA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEA7A

Black with #AFEA7A

Text Example


Text Example

White with #AFEA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEA7A; }

 p { color: rgb(175,234,122); }

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

background-color css

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

 a { background-color: rgb(175,234,122); }

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

border-color css

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

 span { border-color: rgb(175,234,122); }

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