Html Css Color HEX #A5FD67 Conifer

📋 copy color: '#A5FD67'

red 165 ◦ green 253 ◦ blue 103

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

Shades of Conifer #A5FD67

Tints of Conifer #A5FD67

RGB

 RED value IS 165 (64.84% from 255) = 31.67%

 GREEN value IS 253 (99.22% from 255) = 48.56%

 BLUE value IS 103 (40.63% from 255) = 19.77%

R = 31.67%
G = 48.56%
B = 19.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#A5FD67 (or 0xA5FD67) is known color: Conifer. HEX triplet: A5, FD and 67. RGB value is (165,253,103). Sum of RGB (Red+Green+Blue) = 165+253+103=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 103 (40.62% from 255 or 19.77% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD67 is #5A0298. Grayscale: #D2D2D2. Windows color (decimal): -5898905 or 6815141. OLE color: 6815141.

HSL color Cylindrical-coordinate representation of color #A5FD67: hue angle of 95.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5FD67 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 253 103 -
CMYK 0.35 0 0.59 0.01
HSL 95.2º 0.97% 0.7% -
HSV(B) 95.2º 0.59% 0.99% -
XYZ 53.09 79.23 25.33 -
YUV 209.59 67.85 96.2 -
System Red Green Blue C M Y K H S L
Decimal 165 253 103 0.35 0 0.59 0.01 95.2 0.97 0.7
Hex A5 FD 67 23 0 3B 1 5F 61 46
Octal 245 375 147 43 0 73 1 137 141 106
Binary 10100101 11111101 1100111 100011 0 111011 1 1011111 1100001 1000110

Color Harmonies of #A5FD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FD67

Black with #A5FD67

Text Example


Text Example

White with #A5FD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FD67; }

 p { color: rgb(165,253,103); }

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

background-color css

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

 a { background-color: rgb(165,253,103); }

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

border-color css

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

 span { border-color: rgb(165,253,103); }

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