Html Css Color HEX #ACF953 Conifer

📋 copy color: '#ACF953'

red 172 ◦ green 249 ◦ blue 83

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

Shades of Conifer #ACF953

Tints of Conifer #ACF953

RGB

 RED value IS 172 (67.58% from 255) = 34.13%

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

 BLUE value IS 83 (32.81% from 255) = 16.47%

R = 34.13%
G = 49.4%
B = 16.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#ACF953 (or 0xACF953) is known color: Conifer. HEX triplet: AC, F9 and 53. RGB value is (172,249,83). Sum of RGB (Red+Green+Blue) = 172+249+83=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF953 is #5306AC. Grayscale: #CFCFCF. Windows color (decimal): -5441197 or 5503404. OLE color: 5503404.

HSL color Cylindrical-coordinate representation of color #ACF953: hue angle of 87.83º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACF953 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 83 -
CMYK 0.31 0 0.67 0.02
HSL 87.83º 0.93% 0.65% -
HSV(B) 87.83º 0.67% 0.98% -
XYZ 52.45 77.15 20.31 -
YUV 207.05 57.99 103 -
System Red Green Blue C M Y K H S L
Decimal 172 249 83 0.31 0 0.67 0.02 87.83 0.93 0.65
Hex AC F9 53 1F 0 43 2 58 5D 41
Octal 254 371 123 37 0 103 2 130 135 101
Binary 10101100 11111001 1010011 11111 0 1000011 10 1011000 1011101 1000001

Color Harmonies of #ACF953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF953

Black with #ACF953

Text Example


Text Example

White with #ACF953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF953; }

 p { color: rgb(172,249,83); }

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

background-color css

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

 a { background-color: rgb(172,249,83); }

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

border-color css

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

 span { border-color: rgb(172,249,83); }

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