Html Css Color HEX #ACF16A Conifer

📋 copy color: '#ACF16A'

red 172 ◦ green 241 ◦ blue 106

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

Shades of Conifer #ACF16A

Tints of Conifer #ACF16A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.44%

 BLUE value IS 106 (41.8% from 255) = 20.42%

R = 33.14%
G = 46.44%
B = 20.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#ACF16A (or 0xACF16A) is known color: Conifer. HEX triplet: AC, F1 and 6A. RGB value is (172,241,106). Sum of RGB (Red+Green+Blue) = 172+241+106=519 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.14% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF16A is #530E95. Grayscale: #CDCDCD. Windows color (decimal): -5443222 or 7008684. OLE color: 7008684.

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

Color convert

RGB 172 241 106 -
CMYK 0.29 0 0.56 0.05
HSL 90.67º 0.83% 0.68% -
HSV(B) 90.67º 0.56% 0.95% -
XYZ 51.07 72.72 24.98 -
YUV 204.98 72.14 104.48 -
System Red Green Blue C M Y K H S L
Decimal 172 241 106 0.29 0 0.56 0.05 90.67 0.83 0.68
Hex AC F1 6A 1D 0 38 5 5B 53 44
Octal 254 361 152 35 0 70 5 133 123 104
Binary 10101100 11110001 1101010 11101 0 111000 101 1011011 1010011 1000100

Color Harmonies of #ACF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF16A

Black with #ACF16A

Text Example


Text Example

White with #ACF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF16A; }

 p { color: rgb(172,241,106); }

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

background-color css

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

 a { background-color: rgb(172,241,106); }

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

border-color css

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

 span { border-color: rgb(172,241,106); }

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