Html Css Color HEX #ACF35B Conifer

📋 copy color: '#ACF35B'

red 172 ◦ green 243 ◦ blue 91

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

Shades of Conifer #ACF35B

Tints of Conifer #ACF35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.98%

R = 33.99%
G = 48.02%
B = 17.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#ACF35B (or 0xACF35B) is known color: Conifer. HEX triplet: AC, F3 and 5B. RGB value is (172,243,91). Sum of RGB (Red+Green+Blue) = 172+243+91=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 91 (35.94% from 255 or 17.98% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF35B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF35B is #530CA4. Grayscale: #CCCCCC. Windows color (decimal): -5442725 or 6026156. OLE color: 6026156.

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

Color convert

RGB 172 243 91 -
CMYK 0.29 0 0.63 0.05
HSL 88.03º 0.86% 0.65% -
HSV(B) 88.03º 0.63% 0.95% -
XYZ 50.95 73.63 21.42 -
YUV 204.44 63.98 104.86 -
System Red Green Blue C M Y K H S L
Decimal 172 243 91 0.29 0 0.63 0.05 88.03 0.86 0.65
Hex AC F3 5B 1D 0 3F 5 58 56 41
Octal 254 363 133 35 0 77 5 130 126 101
Binary 10101100 11110011 1011011 11101 0 111111 101 1011000 1010110 1000001

Color Harmonies of #ACF35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF35B

Black with #ACF35B

Text Example


Text Example

White with #ACF35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF35B; }

 p { color: rgb(172,243,91); }

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

background-color css

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

 a { background-color: rgb(172,243,91); }

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

border-color css

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

 span { border-color: rgb(172,243,91); }

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