Html Css Color HEX #AFF382 Feijoa

📋 copy color: '#AFF382'

red 175 ◦ green 243 ◦ blue 130

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

Shades of Feijoa #AFF382

Tints of Feijoa #AFF382

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.34%

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

R = 31.93%
G = 44.34%
B = 23.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#AFF382 (or 0xAFF382) is known color: Feijoa. HEX triplet: AF, F3 and 82. RGB value is (175,243,130). Sum of RGB (Red+Green+Blue) = 175+243+130=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF382 is #500C7D. Grayscale: #D2D2D2. Windows color (decimal): -5246078 or 8582063. OLE color: 8582063.

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

Color convert

RGB 175 243 130 -
CMYK 0.28 0 0.47 0.05
HSL 96.11º 0.82% 0.73% -
HSV(B) 96.11º 0.47% 0.95% -
XYZ 53.76 74.83 32.73 -
YUV 209.79 82.97 103.19 -
System Red Green Blue C M Y K H S L
Decimal 175 243 130 0.28 0 0.47 0.05 96.11 0.82 0.73
Hex AF F3 82 1C 0 2F 5 60 52 49
Octal 257 363 202 34 0 57 5 140 122 111
Binary 10101111 11110011 10000010 11100 0 101111 101 1100000 1010010 1001001

Color Harmonies of #AFF382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF382

Black with #AFF382

Text Example


Text Example

White with #AFF382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF382; }

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

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

background-color css

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

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

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

border-color css

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

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

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