Html Css Color HEX #ABF245 Green Yellow

📋 copy color: '#ABF245'

red 171 ◦ green 242 ◦ blue 69

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

Shades of Green Yellow #ABF245

Tints of Green Yellow #ABF245

RGB

 RED value IS 171 (67.19% from 255) = 35.48%

 GREEN value IS 242 (94.92% from 255) = 50.21%

 BLUE value IS 69 (27.34% from 255) = 14.32%

R = 35.48%
G = 50.21%
B = 14.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#ABF245 (or 0xABF245) is known color: Green Yellow. HEX triplet: AB, F2 and 45. RGB value is (171,242,69). Sum of RGB (Red+Green+Blue) = 171+242+69=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF245 is #540DBA. Grayscale: #C9C9C9. Windows color (decimal): -5508539 or 4584107. OLE color: 4584107.

HSL color Cylindrical-coordinate representation of color #ABF245: hue angle of 84.62º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ABF245 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 69 -
CMYK 0.29 0 0.71 0.05
HSL 84.62º 0.87% 0.61% -
HSV(B) 84.62º 0.71% 0.95% -
XYZ 49.62 72.59 17.03 -
YUV 201.05 53.48 106.57 -
System Red Green Blue C M Y K H S L
Decimal 171 242 69 0.29 0 0.71 0.05 84.62 0.87 0.61
Hex AB F2 45 1D 0 47 5 55 57 3D
Octal 253 362 105 35 0 107 5 125 127 75
Binary 10101011 11110010 1000101 11101 0 1000111 101 1010101 1010111 111101

Color Harmonies of #ABF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF245

Black with #ABF245

Text Example


Text Example

White with #ABF245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF245; }

 p { color: rgb(171,242,69); }

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

background-color css

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

 a { background-color: rgb(171,242,69); }

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

border-color css

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

 span { border-color: rgb(171,242,69); }

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