Html Css Color HEX #AFF58A Feijoa

📋 copy color: '#AFF58A'

red 175 ◦ green 245 ◦ blue 138

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

Shades of Feijoa #AFF58A

Tints of Feijoa #AFF58A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.91%

 BLUE value IS 138 (54.3% from 255) = 24.73%

R = 31.36%
G = 43.91%
B = 24.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#AFF58A (or 0xAFF58A) is known color: Feijoa. HEX triplet: AF, F5 and 8A. RGB value is (175,245,138). Sum of RGB (Red+Green+Blue) = 175+245+138=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF58A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF58A is #500A75. Grayscale: #D4D4D4. Windows color (decimal): -5245558 or 9106863. OLE color: 9106863.

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

Color convert

RGB 175 245 138 -
CMYK 0.29 0 0.44 0.04
HSL 99.25º 0.84% 0.75% -
HSV(B) 99.25º 0.44% 0.96% -
XYZ 54.92 76.25 35.87 -
YUV 211.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 175 245 138 0.29 0 0.44 0.04 99.25 0.84 0.75
Hex AF F5 8A 1D 0 2C 4 63 54 4B
Octal 257 365 212 35 0 54 4 143 124 113
Binary 10101111 11110101 10001010 11101 0 101100 100 1100011 1010100 1001011

Color Harmonies of #AFF58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF58A

Black with #AFF58A

Text Example


Text Example

White with #AFF58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF58A; }

 p { color: rgb(175,245,138); }

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

background-color css

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

 a { background-color: rgb(175,245,138); }

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

border-color css

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

 span { border-color: rgb(175,245,138); }

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