Html Css Color HEX #AFE67A Feijoa

📋 copy color: '#AFE67A'

red 175 ◦ green 230 ◦ blue 122

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

Shades of Feijoa #AFE67A

Tints of Feijoa #AFE67A

RGB

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

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

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

R = 33.21%
G = 43.64%
B = 23.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#AFE67A (or 0xAFE67A) is known color: Feijoa. HEX triplet: AF, E6 and 7A. RGB value is (175,230,122). Sum of RGB (Red+Green+Blue) = 175+230+122=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE67A is #501985. Grayscale: #C9C9C9. Windows color (decimal): -5249414 or 8054447. OLE color: 8054447.

HSL color Cylindrical-coordinate representation of color #AFE67A: hue angle of 90.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFE67A is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 122 -
CMYK 0.24 0 0.47 0.10
HSL 90.56º 0.68% 0.69% -
HSV(B) 90.56º 0.47% 0.9% -
XYZ 49.49 67.11 28.76 -
YUV 201.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 175 230 122 0.24 0 0.47 0.10 90.56 0.68 0.69
Hex AF E6 7A 18 0 2F A 5B 44 45
Octal 257 346 172 30 0 57 12 133 104 105
Binary 10101111 11100110 1111010 11000 0 101111 1010 1011011 1000100 1000101

Color Harmonies of #AFE67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE67A

Black with #AFE67A

Text Example


Text Example

White with #AFE67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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