Html Css Color HEX #ABF348 Conifer

📋 copy color: '#ABF348'

red 171 ◦ green 243 ◦ blue 72

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

Shades of Conifer #ABF348

Tints of Conifer #ABF348

RGB

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

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

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

R = 35.19%
G = 50%
B = 14.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#ABF348 (or 0xABF348) is known color: Conifer. HEX triplet: AB, F3 and 48. RGB value is (171,243,72). Sum of RGB (Red+Green+Blue) = 171+243+72=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF348 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF348 is #540CB7. Grayscale: #CACACA. Windows color (decimal): -5508280 or 4780971. OLE color: 4780971.

HSL color Cylindrical-coordinate representation of color #ABF348: hue angle of 85.26º 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 #ABF348 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 243 72 -
CMYK 0.30 0 0.70 0.05
HSL 85.26º 0.88% 0.62% -
HSV(B) 85.26º 0.7% 0.95% -
XYZ 50.01 73.23 17.63 -
YUV 201.98 54.65 105.9 -
System Red Green Blue C M Y K H S L
Decimal 171 243 72 0.30 0 0.70 0.05 85.26 0.88 0.62
Hex AB F3 48 1E 0 46 5 55 58 3E
Octal 253 363 110 36 0 106 5 125 130 76
Binary 10101011 11110011 1001000 11110 0 1000110 101 1010101 1011000 111110

Color Harmonies of #ABF348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF348

Black with #ABF348

Text Example


Text Example

White with #ABF348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF348; }

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

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

background-color css

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

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

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

border-color css

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

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

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