Html Css Color HEX #A5F934 Green Yellow

📋 copy color: '#A5F934'

red 165 ◦ green 249 ◦ blue 52

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

Shades of Green Yellow #A5F934

Tints of Green Yellow #A5F934

RGB

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

 GREEN value IS 249 (97.66% from 255) = 53.43%

 BLUE value IS 52 (20.7% from 255) = 11.16%

R = 35.41%
G = 53.43%
B = 11.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#A5F934 (or 0xA5F934) is known color: Green Yellow. HEX triplet: A5, F9 and 34. RGB value is (165,249,52). Sum of RGB (Red+Green+Blue) = 165+249+52=466 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.41% from 466); Green value is 249 (97.66% from 255 or 53.43% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F934 is #5A06CB. Grayscale: #CACACA. Windows color (decimal): -5899980 or 3471781. OLE color: 3471781.

HSL color Cylindrical-coordinate representation of color #A5F934: hue angle of 85.58º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A5F934 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 52 -
CMYK 0.34 0 0.79 0.02
HSL 85.58º 0.94% 0.59% -
HSV(B) 85.58º 0.79% 0.98% -
XYZ 50.01 76 15.28 -
YUV 201.43 43.67 102.02 -
System Red Green Blue C M Y K H S L
Decimal 165 249 52 0.34 0 0.79 0.02 85.58 0.94 0.59
Hex A5 F9 34 22 0 4F 2 56 5E 3B
Octal 245 371 64 42 0 117 2 126 136 73
Binary 10100101 11111001 110100 100010 0 1001111 10 1010110 1011110 111011

Color Harmonies of #A5F934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F934

Black with #A5F934

Text Example


Text Example

White with #A5F934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F934; }

 p { color: rgb(165,249,52); }

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

background-color css

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

 a { background-color: rgb(165,249,52); }

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

border-color css

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

 span { border-color: rgb(165,249,52); }

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