Html Css Color HEX #ACED68 Conifer

📋 copy color: '#ACED68'

red 172 ◦ green 237 ◦ blue 104

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

Shades of Conifer #ACED68

Tints of Conifer #ACED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.2%

 BLUE value IS 104 (41.02% from 255) = 20.27%

R = 33.53%
G = 46.2%
B = 20.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ACED68 (or 0xACED68) is known color: Conifer. HEX triplet: AC, ED and 68. RGB value is (172,237,104). Sum of RGB (Red+Green+Blue) = 172+237+104=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACED68 is #531297. Grayscale: #CACACA. Windows color (decimal): -5444248 or 6876588. OLE color: 6876588.

HSL color Cylindrical-coordinate representation of color #ACED68: hue angle of 89.32º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACED68 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 104 -
CMYK 0.27 0 0.56 0.07
HSL 89.32º 0.79% 0.67% -
HSV(B) 89.32º 0.56% 0.93% -
XYZ 49.8 70.34 24.05 -
YUV 202.4 72.47 106.31 -
System Red Green Blue C M Y K H S L
Decimal 172 237 104 0.27 0 0.56 0.07 89.32 0.79 0.67
Hex AC ED 68 1B 0 38 7 59 4F 43
Octal 254 355 150 33 0 70 7 131 117 103
Binary 10101100 11101101 1101000 11011 0 111000 111 1011001 1001111 1000011

Color Harmonies of #ACED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACED68

Black with #ACED68

Text Example


Text Example

White with #ACED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACED68; }

 p { color: rgb(172,237,104); }

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

background-color css

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

 a { background-color: rgb(172,237,104); }

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

border-color css

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

 span { border-color: rgb(172,237,104); }

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