Html Css Color HEX #A5F194 Granny Smith Apple

📋 copy color: '#A5F194'

red 165 ◦ green 241 ◦ blue 148

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

Shades of Granny Smith Apple #A5F194

Tints of Granny Smith Apple #A5F194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.5%

 BLUE value IS 148 (58.2% from 255) = 26.71%

R = 29.78%
G = 43.5%
B = 26.71%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#A5F194 (or 0xA5F194) is known color: Granny Smith Apple. HEX triplet: A5, F1 and 94. RGB value is (165,241,148). Sum of RGB (Red+Green+Blue) = 165+241+148=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 148 (58.20% from 255 or 26.71% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #A5F194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F194 is #5A0E6B. Grayscale: #CFCFCF. Windows color (decimal): -5901932 or 9761189. OLE color: 9761189.

HSL color Cylindrical-coordinate representation of color #A5F194: hue angle of 109.03º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5F194 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 241 148 -
CMYK 0.32 0 0.39 0.05
HSL 109.03º 0.77% 0.76% -
HSV(B) 109.03º 0.39% 0.95% -
XYZ 52.32 73.05 39.36 -
YUV 207.67 94.32 97.56 -
System Red Green Blue C M Y K H S L
Decimal 165 241 148 0.32 0 0.39 0.05 109.03 0.77 0.76
Hex A5 F1 94 20 0 27 5 6D 4D 4C
Octal 245 361 224 40 0 47 5 155 115 114
Binary 10100101 11110001 10010100 100000 0 100111 101 1101101 1001101 1001100

Color Harmonies of #A5F194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F194

Black with #A5F194

Text Example


Text Example

White with #A5F194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F194; }

 p { color: rgb(165,241,148); }

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

background-color css

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

 a { background-color: rgb(165,241,148); }

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

border-color css

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

 span { border-color: rgb(165,241,148); }

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