Html Css Color HEX #AFF381 Feijoa

📋 copy color: '#AFF381'

red 175 ◦ green 243 ◦ blue 129

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

Shades of Feijoa #AFF381

Tints of Feijoa #AFF381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.58%

R = 31.99%
G = 44.42%
B = 23.58%

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

#AFF381 (or 0xAFF381) is known color: Feijoa. HEX triplet: AF, F3 and 81. RGB value is (175,243,129). Sum of RGB (Red+Green+Blue) = 175+243+129=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF381 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF381 is #500C7E. Grayscale: #D2D2D2. Windows color (decimal): -5246079 or 8516527. OLE color: 8516527.

HSL color Cylindrical-coordinate representation of color #AFF381: hue angle of 95.79º degrees, saturation: 0.83, 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 #AFF381 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 129 -
CMYK 0.28 0 0.47 0.05
HSL 95.79º 0.83% 0.73% -
HSV(B) 95.79º 0.47% 0.95% -
XYZ 53.69 74.8 32.38 -
YUV 209.67 82.47 103.27 -
System Red Green Blue C M Y K H S L
Decimal 175 243 129 0.28 0 0.47 0.05 95.79 0.83 0.73
Hex AF F3 81 1C 0 2F 5 60 53 49
Octal 257 363 201 34 0 57 5 140 123 111
Binary 10101111 11110011 10000001 11100 0 101111 101 1100000 1010011 1001001

Color Harmonies of #AFF381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF381

Black with #AFF381

Text Example


Text Example

White with #AFF381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF381; }

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

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

background-color css

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

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

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

border-color css

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

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

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