Html Css Color HEX #A5F883 Granny Smith Apple

📋 copy color: '#A5F883'

red 165 ◦ green 248 ◦ blue 131

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

Shades of Granny Smith Apple #A5F883

Tints of Granny Smith Apple #A5F883

RGB

 RED value IS 165 (64.84% from 255) = 30.33%

 GREEN value IS 248 (97.27% from 255) = 45.59%

 BLUE value IS 131 (51.56% from 255) = 24.08%

R = 30.33%
G = 45.59%
B = 24.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#A5F883 (or 0xA5F883) is known color: Granny Smith Apple. HEX triplet: A5, F8 and 83. RGB value is (165,248,131). Sum of RGB (Red+Green+Blue) = 165+248+131=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 131 (51.56% from 255 or 24.08% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #A5F883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F883 is #5A077C. Grayscale: #D2D2D2. Windows color (decimal): -5900157 or 8648869. OLE color: 8648869.

HSL color Cylindrical-coordinate representation of color #A5F883: hue angle of 102.56º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5F883 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 165 248 131 -
CMYK 0.33 0 0.47 0.03
HSL 102.56º 0.89% 0.74% -
HSV(B) 102.56º 0.47% 0.97% -
XYZ 53.18 76.77 33.49 -
YUV 209.85 83.5 96.01 -
System Red Green Blue C M Y K H S L
Decimal 165 248 131 0.33 0 0.47 0.03 102.56 0.89 0.74
Hex A5 F8 83 21 0 2F 3 67 59 4A
Octal 245 370 203 41 0 57 3 147 131 112
Binary 10100101 11111000 10000011 100001 0 101111 11 1100111 1011001 1001010

Color Harmonies of #A5F883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F883

Black with #A5F883

Text Example


Text Example

White with #A5F883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F883; }

 p { color: rgb(165,248,131); }

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

background-color css

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

 a { background-color: rgb(165,248,131); }

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

border-color css

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

 span { border-color: rgb(165,248,131); }

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