Html Css Color HEX #A5F348 Green Yellow

📋 copy color: '#A5F348'

red 165 ◦ green 243 ◦ blue 72

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

Shades of Green Yellow #A5F348

Tints of Green Yellow #A5F348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15%

R = 34.38%
G = 50.63%
B = 15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#A5F348 (or 0xA5F348) is known color: Green Yellow. HEX triplet: A5, F3 and 48. RGB value is (165,243,72). Sum of RGB (Red+Green+Blue) = 165+243+72=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A5F348 is #5A0CB7. Grayscale: #C8C8C8. Windows color (decimal): -5901496 or 4780965. OLE color: 4780965.

HSL color Cylindrical-coordinate representation of color #A5F348: hue angle of 87.37º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5F348 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 243 72 -
CMYK 0.32 0 0.70 0.05
HSL 87.37º 0.88% 0.62% -
HSV(B) 87.37º 0.7% 0.95% -
XYZ 48.74 72.57 17.57 -
YUV 200.18 55.66 102.9 -
System Red Green Blue C M Y K H S L
Decimal 165 243 72 0.32 0 0.70 0.05 87.37 0.88 0.62
Hex A5 F3 48 20 0 46 5 57 58 3E
Octal 245 363 110 40 0 106 5 127 130 76
Binary 10100101 11110011 1001000 100000 0 1000110 101 1010111 1011000 111110

Color Harmonies of #A5F348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F348

Black with #A5F348

Text Example


Text Example

White with #A5F348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F348; }

 p { color: rgb(165,243,72); }

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

background-color css

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

 a { background-color: rgb(165,243,72); }

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

border-color css

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

 span { border-color: rgb(165,243,72); }

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