Html Css Color HEX #AFF482 Feijoa

📋 copy color: '#AFF482'

red 175 ◦ green 244 ◦ blue 130

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

Shades of Feijoa #AFF482

Tints of Feijoa #AFF482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.44%

 BLUE value IS 130 (51.17% from 255) = 23.68%

R = 31.88%
G = 44.44%
B = 23.68%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#AFF482 (or 0xAFF482) is known color: Feijoa. HEX triplet: AF, F4 and 82. RGB value is (175,244,130). Sum of RGB (Red+Green+Blue) = 175+244+130=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF482 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF482 is #500B7D. Grayscale: #D2D2D2. Windows color (decimal): -5245822 or 8582319. OLE color: 8582319.

HSL color Cylindrical-coordinate representation of color #AFF482: hue angle of 96.32º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF482 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 130 -
CMYK 0.28 0 0.47 0.04
HSL 96.32º 0.84% 0.73% -
HSV(B) 96.32º 0.47% 0.96% -
XYZ 54.06 75.43 32.83 -
YUV 210.37 82.64 102.77 -
System Red Green Blue C M Y K H S L
Decimal 175 244 130 0.28 0 0.47 0.04 96.32 0.84 0.73
Hex AF F4 82 1C 0 2F 4 60 54 49
Octal 257 364 202 34 0 57 4 140 124 111
Binary 10101111 11110100 10000010 11100 0 101111 100 1100000 1010100 1001001

Color Harmonies of #AFF482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF482

Black with #AFF482

Text Example


Text Example

White with #AFF482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF482; }

 p { color: rgb(175,244,130); }

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

background-color css

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

 a { background-color: rgb(175,244,130); }

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

border-color css

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

 span { border-color: rgb(175,244,130); }

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